| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
Alex64
Joined: 03 Jun 2008 Posts: 4
|
Posted: Tue Jun 03, 2008 11:28 am Post subject: Internal Server Error when calling phpbb_seo_install.php |
|
|
Hi guys,
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: |
# 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: |
<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: | <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 |
|
|
| Back to top |
|
 |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
Alex64
Joined: 03 Jun 2008 Posts: 4
|
Posted: Tue Jun 03, 2008 11:52 am Post subject: Re: Internal Server Error when calling phpbb_seo_install.php |
|
|
| dcz wrote: | | Try to temporarily delete the phpbb_seo/.htaccess to see if it gets better this way. |
I tried to rename it...this evening i will do other test. Thanks |
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 14279
|
|
| Back to top |
|
 |
Alex64
Joined: 03 Jun 2008 Posts: 4
|
Posted: Tue Jun 03, 2008 12:40 pm Post subject: Re: Internal Server Error when calling phpbb_seo_install.php |
|
|
Yes, I have the complete control of the web space (but not server). By the way I'm at office now, I can do other tests this evening  |
|
|
| Back to top |
|
 |
Alex64
Joined: 03 Jun 2008 Posts: 4
|
Posted: Tue Jun 03, 2008 5:06 pm Post subject: Re: Internal Server Error when calling phpbb_seo_install.php |
|
|
Finally the hosting customer care have replied to my request.
I remove from the .htaccess in phpseo this line
Options -Indexes
It was not support from the hosting server.
Now it's all ok, thanks  |
|
|
| Back to top |
|
 |
|
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |