pMan/slashphp/master/public/.htaccess - Htaccess File

pMan/slashphp/master/public/.htaccess

RewriteEngine on

RewriteBase /var/www/html/PhotoFrame
# If the request is not a folder or a file, redirects to index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php?url=%{REQUEST_URI} [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache