TraffikGroup/traffikholiday/master/.htaccess - Htaccess File

TraffikGroup/traffikholiday/master/.htaccess

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /holidayparty/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /holidayparty/index.php [L]
</IfModule>

# END WordPress

# BEGIN wtwp_cache
# END wtwp_cache

# BEGIN wtwp_security
# END wtwp_security

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache