Hi,
I am trying to redirect users who are accessing an images folder using htaccess. I can do this, but wanted to know if there is a way to include the folder with / at the end. At the moment, I have to have two lines like this:
ThanksPHP Code:RewriteRule ^images$ http://www.website.com/ [R=301,L]
RewriteRule ^images/$ http://www.website.com/ [R=301,L]



Reply With Quote


Bookmarks