fcjailybo/slightphp/master/samples/www/.htaccess - Htaccess File

fcjailybo/slightphp/master/samples/www/.htaccess

RewriteEngine   on
RewriteCond %{REQUEST_FILENAME}       !-f
#RewriteCond %{REQUEST_FILENAME}       !-d
RewriteCond   %{THE_REQUEST} !^(.*)/assets(.*)$
RewriteRule   ^(.*)$ index.php/$1 [L]
#for some error of No input file specified.
#RewriteRule   .$ index.php/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, THE_REQUEST

Comments

Apache