i'm trying to install this mod to my phpbb3, but after the mod/upload of the php files I can't launch php_seo_intall
I think my hosting support the URL Rewreting cause I use it in my wordpress. I don't know if is a problem of the .htaccess, or something else. This is my structure.
-www.mydomain.it (in here i have a wordpress installation)
-www.mydomain.it/.htaccess (wordpresse one, follow the code)
- Code: Select all
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
-www.mydomain.it/forum/ (phpbb 3.0.1)
-www.mydomain.it/forum/.htaccesse (the forum one, this is the content)
- Code: Select all
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
-www.mydomain.it/forum/phpbb_seo/
-www.mydomain.it/forum/phpbb_seo/.htaccess (the one in the installation folder, this is the content)
- Code: Select all
<Files cache/*>
Order Allow,Deny
Deny from All
</Files>
<Files "phpbb_seo_class.php">
Order Allow,Deny
Deny from All
</Files>
<Limit PUT DELETE>
Order Allow,Deny
Deny from All
</Limit>
Options -Indexes
Can you help me? Thanks

English |
French
