DarthVanger/SwanepoelMethod/master/.htaccess - Htaccess File

DarthVanger/SwanepoelMethod/master/.htaccess

ErrorDocument 404 /new404.html
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^((?<!/web/).*)$ /web/$1
#    RewriteCond %{REQUEST_FILENAME} -f
    RewriteRule ^/(angularjs/.*)$ /web/$1
</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache