Htaccess File

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

REQUEST_URI
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]
Exit mobile version