
Originally Posted by
DK_Scully
Add the following at the top of the .htaccess file for carnal-pleasures.com, removing any duplication further down in the file.
Code:
#############################
## General Settings
# Some basic protection provided by Apache
Options +SymLinksIfOwnerMatch -FollowSymlinks -Indexes
# Define the default Character Set for Browsers
AddDefaultCharset utf-8
RewriteEngine ON
#############################
## Rewrites
RewriteCond %{QUERY_STRING} cPath=343
RewriteRule .? http://www.book-oasis.com/ [R=301,QSD,L]
Note that any URL having cPath=343 within it will be redirected.