|
|
|
|
|
|
|
|
|
|
|
#1 |
|
a.k.a. Sparky
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
|
do you have any .htaccess files down below the one in your top directory?
if so, do they contain: RewriteOptions inherit in them? If they don't, they replace the existing rewrite rules also, your rules that end with .$ won't match much of anything -- you need them to either be .*$ or remove the .$ at the end.
__________________
SnapReplay.com a different way to share photos - iPhone & Android |
|
|
|
|
|
#2 |
|
You can now put whatever you want in this space :)
Join Date: Nov 2006
Location: Vulcan
Posts: 695
|
I changed the htaccess using the coding you gave Nyjester as follows
Code:
RewriteEngine on
RewriteCond %{HTTP_REFERER} asktiava.com [NC]
RewriteRule .* http://avoidhomeforeclosureblog.com [F,L]
What do I need to change to direct it to http://avoidhomeforeclosureblog.com |
|
|
|
![]() |
|
|