Forum: PHP May 18th, 2009 |
| Replies: 4 Views: 345 Is there no way to use 301 redirect? As I prefer using it...due to it's SEO capabilities |
Forum: PHP May 18th, 2009 |
| Replies: 4 Views: 345 Thanks for your reply :)
This is the code:
<?PHP
include "test.php";
?> |
Forum: PHP May 17th, 2009 |
| Replies: 4 Views: 345 Hi,
I want to do a 301 redirect for one of my pages. What I was wondering is am I still able to execute php code on the same page of the 301 redirect?
If so how?
So far I haven't had luck... |