Welcome Guest, Not a member yet? Register   Sign In
htacces takes me to localhost instead of removing index.php
#2

[eluser]InsiteFX[/eluser]
Code:
php_value default_charset utf-8

Options FollowSymLinks
DirectoryIndex index.php

RewriteEngine On
RewriteBase /

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

And make sure you place it in the directory with index.php


Messages In This Thread
htacces takes me to localhost instead of removing index.php - by El Forum - 12-18-2012, 04:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB