Welcome Guest, Not a member yet? Register   Sign In
File not found
#2

Okay...

Actually, adding "index.php" to urls make the app running fin.

Why these lines in my .htaccess didn't do the job ? (this is the .htaccess initially stored in the public dir that I copied to my root dir)

Code:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
Reply


Messages In This Thread
File not found - by the_steff - 06-03-2020, 08:58 AM
RE: File not found - by the_steff - 06-03-2020, 12:57 PM
RE: File not found - by the_steff - 06-03-2020, 02:57 PM
RE: File not found - by InsiteFX - 06-04-2020, 03:10 AM
RE: File not found - by the_steff - 06-04-2020, 07:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB