Welcome Guest, Not a member yet? Register   Sign In
[RESOLVED] 404 on production
#3

Hello,

It seems that adding the './' before index.php/$1 doesn't work as I still have 404..

This is my final htaccess file :

RewriteBase /
RewriteEngine on
RewriteCond $1 !^(index\.php|resources|robots\.txt)
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php/$1 [L,QSA]
Reply


Messages In This Thread
[RESOLVED] 404 on production - by maxime59 - 08-22-2015, 01:25 PM
RE: 404 on production - by phplaw - 08-22-2015, 10:11 PM
RE: 404 on production - by maxime59 - 08-23-2015, 03:23 AM
RE: 404 on production - by phplaw - 08-23-2015, 08:49 AM
RE: 404 on production - by maxime59 - 08-23-2015, 12:18 PM
RE: [RESOLVED] 404 on production - by phplaw - 08-23-2015, 09:29 PM



Theme © iAndrew 2016 - Forum software by © MyBB