shiftplanning/javascriptmvc/master/.htaccess - Htaccess File

shiftplanning/javascriptmvc/master/.htaccess

RewriteEngine On

#RewriteRule ^api/$ swap/api/index.php [NC,L]

RewriteRule ^assets/(.*)$ swap/assets/$1 [NC,L]
RewriteRule api/(.*) http://www.swap-s.dev.shiftplanning.com/api/swap/$1 [L,P]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^.*$ swap/index.html [NC,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache