Posts on this board will not be answered unless the following questions have been answered:
Did u find any similar threads when you searched the forum? No
Have you set the $live_site variable? Yes
What is your sh404SEF version? 1.5.4.302
What version of Virtuemart are you using? 1.1.3
What is your Joomla version?1.5.14
What PHP version is displayed in the Joomla backend: Main Menu > Help > System Info? 5.2.9
What database version is displayed in the Joomla backend: Main Menu > Help > System Info? 5.0.89-community
Are SEF URLs working as expected using the core Joomla SEF (with sh404SEF disabled)? Yes
Are you using a UNIX/Linux or Windows based server? Linux
What rewrite mode are you using? With .htaccess
Have you configured the .htaccess file (mod_rewrite only)? Didn't need to configure... worked out of the box
Have you tried the experimental IIS server configuration (Windows only)? N/A
Please describe the issue below:Let's say I have a product line of clothing -
http://www.mysite.com/shirts/But all these products are last years stock. I want to remove all 600 products in shirts and add this years products.
My products would be listed as follows :
http://www.mysite.com/shirts/prod1.htmlhttp://www.mysite.com/shirts/prod2.htmlI want to 301 redirect all the old shirt URL's to the
http://www.mysite.com/shirts/How can I do this in one shot?