pomed/Framework/master/.htaccess - Htaccess File

pomed/Framework/master/.htaccess

RewriteEngine On
RewriteBase /

# Admin panel
RewriteCond %{REQUEST_URI} ^/admin/(.*)
RewriteCond %{REQUEST_URI} !(.js|.ico|.gif|.jpg|.PNG|.png|.css|.xml|.zip|.html|.cur|api.php|phpinfo.php|ajax.php|fonts/.+)$
RewriteRule ^admin/(.*) admin/index.php [L]

# Public part
RewriteRule !(.js|.ico|.gif|.jpg|.PNG|.png|.css|.xml|.zip|.html|.cur|api.php|phpinfo.php|ajax.php|tests/.+|fonts/.+)$ index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache