Welcome Guest, Not a member yet? Register   Sign In
Having issues removing that index.php. Tried all possible solutions with no luck :(
#19

[eluser]InsiteFX[/eluser]
Try this one:
Code:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]  


<Files "index.php">
AcceptPathInfo On
</Files>  
</IfModule>

<IfModule !mod_rewrite.c>

ErrorDocument 404 /index.php
</IfModule>


//and config vars like:

$config['base_url'] = '';
$config['index_page'] = '';


Messages In This Thread
Having issues removing that index.php. Tried all possible solutions with no luck :( - by El Forum - 04-29-2014, 04:21 PM



Theme © iAndrew 2016 - Forum software by © MyBB