3
votes
3answers
365 views

using .htaccess to redirect .asp to .php?

Ahoy all! I've been racking my brain with this one. I basically just converted all of my pages from ASP code to PHP code. Kept the same filenames. So, here is the htaccess code I have so far, but ...
0
votes
1answer
23 views

Add a record in my panel route my domain from host.com to www.host.com in dot net panel [duplicate]

Is there a way to enter a new register to route all the request to myhost.com to www.myhost.com in the dot net panel.
1
vote
3answers
190 views

Rewriting URL to get Wordpress “permalink” type URL

I have created an ASP.NET site to replace a WordPress site that creates permalinks in the format: http://example.com/the-name-of-my-post I would like these URLs redirected to: ...