Forum Moderators: phranque
first of all my folder structure:
index.php
/includes/
/foo/
/bar/buy.php
/bar/product.php
When I am browsing product.php I wish to select the buy button which is pointing to [mydomain.com...] what im trying to achieve is to add to my.htaccess file send any requests for that url to [mydomain.com...]
Is there a possible solution for this?