Welcome Guest, Not a member yet? Register   Sign In
Htaccess that is not working...
#2

[eluser]Rey Philip Regis[/eluser]
Create a .htaccess file same heirarchy with the system.

Then place this code

DirectoryIndex index.php
RewriteEngine on
RewriteCond $1 !^(index\.php|images|css|js|robots\.txt|favicon\.ico)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php/$1 [L,QSA]


Edit the config.php and look for the $config['index_page'] and leave it blank.

Good day.


Messages In This Thread
Htaccess that is not working... - by El Forum - 12-03-2008, 12:20 PM
Htaccess that is not working... - by El Forum - 12-03-2008, 12:24 PM
Htaccess that is not working... - by El Forum - 12-03-2008, 12:28 PM
Htaccess that is not working... - by El Forum - 12-03-2008, 12:37 PM
Htaccess that is not working... - by El Forum - 12-03-2008, 02:54 PM
Htaccess that is not working... - by El Forum - 12-03-2008, 04:36 PM
Htaccess that is not working... - by El Forum - 12-04-2008, 04:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB