ZiXian92/Orbital/mvc_temp/.htaccess - Htaccess File

ZiXian92/Orbital/mvc_temp/.htaccess

RewriteEngine On

RewriteBase /

RewriteCond %{REQUEST_URI}  ^/[^/.]*$
RewriteRule ^.*$  index.php  [L]

RewriteCond %{REQUEST_URI}  ^/[a-z_]+/[^/.]+$  [OR]
RewriteCond %{REQUEST_URI}  ^/[a-z_]+/[^/.]+/
RewriteRule ^([a-z_]+)/.+  $1.php  [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache