Welcome Guest, Not a member yet? Register   Sign In
problem with .htaccess
#4

[eluser]InsiteFX[/eluser]
.htaccess

This file should be placed in the directory were your index file is.

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

InsiteFX


Messages In This Thread
problem with .htaccess - by El Forum - 04-28-2010, 12:37 PM
problem with .htaccess - by El Forum - 04-28-2010, 12:54 PM
problem with .htaccess - by El Forum - 04-29-2010, 10:09 PM
problem with .htaccess - by El Forum - 04-29-2010, 10:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB