ifsale/fluidphp/master/public/.htaccess - Htaccess File

ifsale/fluidphp/master/public/.htaccess

RewriteEngine on

# Add trailing slash if not present
#RewriteCond %{REQUEST_URI} /+[^.]+$
#RewriteRule ^(.+[^/])$ %{REQUEST_URI}/ [R=301,L]

# Send all requests to specified file
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache