pfarris2013/theBeachClub/master/.htaccess - Htaccess File

pfarris2013/theBeachClub/master/.htaccess

# 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

 Redirect 301 /stay.html http://thebeachclub.spectrumresorts.com/overview/
 Redirect 301 /dine.html http://thebeachclub.spectrumresorts.com/dining/
 Redirect 301 /explore.html http://thebeachclub.spectrumresorts.com/explore/
 Redirect 301 /reserve-your-unit.html http://thebeachclub.spectrumresorts.com/reservations/
Redirect 301 /wine-dinners.html http://thebeachclub.spectrumresorts.com/dining/coast-restaurant/
Redirect 301 /booking http://thebeachclub.spectrumresorts.com/reservations/unit-search/unit-details/

Redirect 301 /photos-videos-tbc.html#prettyPhoto[vidgallery] https://www.youtube-nocookie.com/embed/MNkj2tuylHQ?iv_load_policy=3&modestbranding=1&rel=0&wmode=transparent&autoplay=1

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache