Welcome Guest, Not a member yet? Register   Sign In
403 Forbidden for SEO friendly URLS??
#1

[eluser]@li[/eluser]
Hi,

I uploaded my site to a test server that my client provided. The site is working on my localhost, but when I uploaded to the test server and clicked any URLs which should bring up a controller, it gave a '403 Forbidden' error.

E.g if I click http://67.18.x.xxx/~test/login , then instead of bringing up Login controller, it gives the following error:

Quote:Forbidden
You don't have permission to access /index.php/login on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


--------------------------------------------------------------------------------

Apache/1.3.37 Server at 67.18.x.xxx Port 80

The site is uploaded to public_html folder. Here's the code I've put in the .htacces:

Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>

Any ideas how to fix this? I do have Cpanel access to the server.


Messages In This Thread
403 Forbidden for SEO friendly URLS?? - by El Forum - 10-20-2007, 02:35 AM
403 Forbidden for SEO friendly URLS?? - by El Forum - 10-20-2007, 06:37 PM
403 Forbidden for SEO friendly URLS?? - by El Forum - 10-20-2007, 07:56 PM



Theme © iAndrew 2016 - Forum software by © MyBB