Jump to content

Redirect w/ .htaccess


mycro

Recommended Posts

Basically I have very simple site with only one real page. I don't know if this will be relavent for the way I will get this working. Anyway, I basically want to redirect www.mysite.com/variable123 to a different page, such as www.yoursite.com/you.

 

The only problem is that this will literally be ...com/anything without .php or .html or any prefix. I guess I'll need all requests EXCEPT index.php to go to redirect.php?id=anything and from there query my database and if user=variable then go to page=yoursite.com/you using redirect headers.

 

How can I accomplish this? I'll have the PHP and MySQL part down fine, I'm just not sure how to get this htaccess stuff going.

 

 

Thank you

Link to comment
https://forums.phpfreaks.com/topic/189598-redirect-w-htaccess/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.