icommstudios/AFS/master/.htaccess - Htaccess File

icommstudios/AFS/master/.htaccess

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /AFS/2013/alliancefacilitysolutions/
RewriteRule ^index.php$ - [L]
RewriteRule ^assets/(.*) /AFS/2013/alliancefacilitysolutions/wp-content/themes/AFS-theme/assets/$1 [QSA,L]
RewriteRule ^plugins/(.*) /AFS/2013/alliancefacilitysolutions/wp-content/plugins/$1 [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /AFS/2013/alliancefacilitysolutions/index.php [L]
</IfModule>

# END WordPress

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache