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?
.htacess Redirect Suggestion
Moderator: General Moderators
Re: .htacess Redirect Suggestion
try this one out "RedirectMatch 301 /hey(.*) /hey.php/$1"
Re: .htacess Redirect Suggestion
Tried, does not work?
I am using GoDaddy as my host, not sure if that matters.
I am using GoDaddy as my host, not sure if that matters.