Welcome Guest, Not a member yet? Register   Sign In
.htaccess
#1

[eluser]ibnclaudius[/eluser]
.htaccess
Code:
RewriteEngine on
RewriteCond $1 !^(index\.php|images|robots\.txt)
RewriteRule ^(.*)$ /index.php/$1 [L]

config/config.php
Code:
$config['index_page'] = '';

error:
Quote:Not Found

The requested URL /index.php/ was not found on this server.




Theme © iAndrew 2016 - Forum software by © MyBB