How can I make it that when someone goes to www.pricespin.co.uk/merchant/ it kicks them back to www.pricespin.co.uk but they can still access www.pricespin.co.uk/merchant/DiscoStudio/
Thanks
Hi,
The redirect is done in your .htaccess with the following line:
RewriteRule ^merchant/$ merchants.php
To make it redirect to the homepage, the following should work:
RewriteRule ^merchant/$ /
©2006-2025 IAAI Software | Contact Us | Privacy Policy
Hi,
The redirect is done in your .htaccess with the following line:
RewriteRule ^merchant/$ merchants.php
To make it redirect to the homepage, the following should work:
RewriteRule ^merchant/$ /