adamaoc/mandj-2.0/master/.htaccess - Htaccess File

adamaoc/mandj-2.0/master/.htaccess

<IfModule mod_rewrite.c>

Options +FollowSymLinks
RewriteEngine On

RewriteCond %{SCRIPT_FILENAME} !-d
RewriteCond %{SCRIPT_FILENAME} !-f

RewriteRule ^$ ./web/index.php [L]
RewriteRule ^/?$ ./web/index.php [L]

RewriteRule ^admin/builder/$ ./web/_flex/builders/index.php [L]

RewriteRule ^about$ ./web/index.php [L]
RewriteRule ^about/$ ./web/index.php [L]

RewriteRule ^contact$ ./web/index.php [L]
RewriteRule ^contact/$ ./web/index.php [L]

RewriteRule ^success$ ./web/index.php [L]
RewriteRule ^success/$ ./web/index.php [L]

RewriteRule ^works$ ./web/index.php [L]
RewriteRule ^works/$ ./web/index.php [L]

RewriteRule ^works/interior$ ./web/index.php [L]
RewriteRule ^works/interior/$ ./web/index.php [L]

RewriteRule ^works/exterior$ ./web/index.php [L]
RewriteRule ^works/exterior/$ ./web/index.php [L]

RewriteRule ^local-home-contractor-in-forney-tx$ ./web/index.php [L]
RewriteRule ^local-home-contractor-in-forney-tx/$ ./web/index.php [L]

RewriteRule ^local-home-contractor-in-dallas-tx$ ./web/index.php [L]
RewriteRule ^local-home-contractor-in-dallas-tx/$ ./web/index.php [L]

RewriteRule ^local-home-contractor-in-rockwall-tx$ ./web/index.php [L]
RewriteRule ^local-home-contractor-in-rockwall-tx/$ ./web/index.php [L]

RewriteRule ^local-home-contractor-in-heath-tx$ ./web/index.php [L]
RewriteRule ^local-home-contractor-in-heath-tx/$ ./web/index.php [L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ ./web/index.php?filename=$1 [L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, SCRIPT_FILENAME

Comments

Apache