Welcome Guest, Not a member yet? Register   Sign In
htaccess problem
#2

[eluser]InsiteFX[/eluser]
Code:
<IfModule mod_rewrite.c>

Options +FollowSymLinks -Indexes
RewriteEngine onlines <-- should RewriteEngine on
#AllowOverride All
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

<IfModule mod_php5.c>
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>

<IfModule !mod_php5.c>
RewriteRule ^(.*)$ index.php?/$1 [L]
</IfModule>

</IfModule>

InsiteFX


Messages In This Thread
htaccess problem - by El Forum - 01-19-2011, 09:29 PM
htaccess problem - by El Forum - 01-20-2011, 02:25 AM



Theme © iAndrew 2016 - Forum software by © MyBB