Welcome Guest, Not a member yet? Register   Sign In
my .htaccess redirects me to localhost
#4

[eluser]Sarfaraz Momin[/eluser]
I think a slight change in the code should fix it.

Code:
RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php/$1 [L]


Messages In This Thread
my .htaccess redirects me to localhost - by El Forum - 12-18-2007, 01:52 AM
my .htaccess redirects me to localhost - by El Forum - 12-18-2007, 07:17 AM
my .htaccess redirects me to localhost - by El Forum - 12-19-2007, 03:18 AM
my .htaccess redirects me to localhost - by El Forum - 12-19-2007, 07:38 AM
my .htaccess redirects me to localhost - by El Forum - 12-19-2007, 10:22 PM



Theme © iAndrew 2016 - Forum software by © MyBB