I know how to modify .htaccess to refer a html page to another html or php page, but how do I get a php single entry from WordPress to refer to another weblog, given that it’s using SQL?
Tech question
by
Tags:
I know how to modify .htaccess to refer a html page to another html or php page, but how do I get a php single entry from WordPress to refer to another weblog, given that it’s using SQL?
by
Tags:
Comments
2 responses to “Tech question”
The same way you would with any uri Gavin – the fact that it is dynamic is incidental – just take the uri, enter it in the .htaccess, as normal and put in the re-direct, as normal
What folder should it reside in? An example?