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

[eluser]-spy-[/eluser]
hi!
im having a hard time using .htaccess.. everytime i click the link from my sample page, it redirects me to the localhost..

here’s my .htaccess
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