Welcome Guest, Not a member yet? Register   Sign In
.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]
#2

[eluser]philm[/eluser]
There's no need to cross post in mutliple areas of the forum.

Someone has replied to your other thread:
http://ellislab.com/forums/viewthread/67285/




Theme © iAndrew 2016 - Forum software by © MyBB