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]
Files
