Quote:
Originally Posted by Hummie
I was doing some more reading and I think since the redirect involves .php that it may be more complicated codeing. I'm patiently waiting for someone to come along to help me. I did post in the offer to pay section. I don't want to pay too much money, but hopefully a reasonable amount for someone to just create the htaccess file for me and give me instructions on where to upload it. I'm not sure what a reasonable amount is. At this point, I'd probably overpay!
|
so make the redirect PHP its no biggies
Code:
<?php
//this will NOT work, the browser received the HTML tag before the script
header( 'Location: http://www.mywebsite.com/forum/payme...?method=paypal
' ) ;
?>
not going to hurt anything i don't think make a new page name it index.php and stick it in that new folder with this code. you may need the real link untruncated though
im kind of interested to see if it would work!! :>