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

(01-10-2017, 04:57 AM)It\s true! That works for me! Also this tip appears in General Topics/CodeIgniter URLs/Removing the index.php file in the CodeIgniter documentation. eagle00789 Wrote: 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 MonkeyTore - 01-13-2017, 11:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB