charlie59/ridetexas/master/.htaccess - Htaccess File

charlie59/ridetexas/master/.htaccess

#php_flag display_startup_errors on
#php_flag display_errors on
#php_flag html_errors on
#php_flag  log_errors on
#php_value error_log  /var/www/php_errors.log

RedirectMatch 301 (?i)/holiday$  https://ssl.palmcoastd.com/06508/apps/GFT2FOR1LANDING?ikey=RPTOPS
RedirectMatch 301 (?i)/order$  https://ssl.palmcoastd.com/06508/apps/ORDUS?ikey=IPTOMP
RedirectMatch 301 (?i)/offers/best$  https://ssl.palmcoastd.com/06508/apps/ORDUS?ikey=IPTOBP
RedirectMatch 301 (?i)/offers/savemore$  https://ssl.palmcoastd.com/06508/apps/ORDUS?ikey=IPTOLP
RedirectMatch 301 (?i)/offers/save$  https://ssl.palmcoastd.com/06508/apps/ORDUS?ikey=IPTOGP
RedirectMatch 301 (?i)/offers/gift$  https://ssl.palmcoastd.com/06508/apps/GFT2FOR1LANDING?ikey=RPTORG

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [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