bijanebrahimi/Another-php-Router/master/.htaccess - Htaccess File

bijanebrahimi/Another-php-Router/master/.htaccess

RewriteEngine On

# routes we don't want to be rewritten.
# include your custom routes, separated by |
RewriteCond %{REQUEST_URI} !^/(assets|public)
RewriteRule ^(.*)$ index.php?url=%{REQUEST_URI} [QSA,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache