phucanh92/vietlong/master/.htaccess - Htaccess File

phucanh92/vietlong/master/.htaccess

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteRule ^^twitter-login/? //wp-content/themes/bayfront/twitter-login.php [QSA,L]
RewriteRule ^^google-login/? //wp-content/themes/bayfront/google-login.php [QSA,L]
RewriteRule ^^edit-profile/? //wp-content/themes/bayfront/fe-edit-profile.php [QSA,L]
RewriteRule ^^fe-favorite/? //wp-content/themes/bayfront/fe-favorite.php [QSA,L]
RewriteRule ^^confirmation/? //wp-content/themes/bayfront/fe-confirm.php [QSA,L]
RewriteRule ^^reset-password/? //wp-content/themes/bayfront/fe-reset-password.php [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache