PDA

View Full Version : .htaccess help plz....


desiguru
03-06-2007, 07:35 PM
I used to have a folder called "Old Ads" which was later on converted to "OldAds"

And now in my logs I see thousands of please landing on pages like:
/Old%20Ads/Microsoft/image2.gif
/Old%20Ads/Apple/image2.gif
/Old%20Ads/Google/image2.gif

etc.......

How can I just create a .htaccess file in that folder "Old Ads" so that all of my visitors go to my homepage ./ ?

Jeremy
03-06-2007, 09:39 PM
<?php
header( 'Location: http://yoursite.com/andpage.html' ) ;
?>

Would work better.

I you want to use .htaccess i guess a redirect would work.
http://www.webweaver.nu/html-tips/web-redirection.shtml