Page 1 of 1

.htacess Redirect Suggestion

Posted: Tue Feb 21, 2012 11:22 am
by icesolid
Not sure if this is the right forum, I apologize in advance if it is incorrect.

I would like it if I can provide a link like mysite.com/hey to someone and somehow use .htaccess to redirect that request to mysite.com/hey.php

Is this possible?

Re: .htacess Redirect Suggestion

Posted: Tue Feb 21, 2012 3:00 pm
by capripio
try this one out "RedirectMatch 301 /hey(.*) /hey.php/$1"

Re: .htacess Redirect Suggestion

Posted: Wed Feb 22, 2012 8:49 am
by icesolid
Tried, does not work?

I am using GoDaddy as my host, not sure if that matters.