Welcome Guest, Not a member yet? Register   Sign In
always show index.php (error page)
#2

you need a .htaccess file in the root of your project (where index.php is located) containing the text below:
Code:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
Reply


Messages In This Thread
always show index.php (error page) - by 5epuran3 - 01-05-2017, 07:12 AM
RE: always show index.php (error page) - by eagle00789 - 01-10-2017, 04:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB