I begging for a simple solution to this forwarding issue.

wirefly

Newbie
Joined
Aug 4, 2011
Messages
35
Reaction score
1
If I have a domain name called "example".com. Im looking for a solution where people can type in "example.com/phones" and it forwards to the home page "example".com

P.S. I do not want to create a folder or file for "example.com/phones". I just want to point example.com with any "/ extension" to the home page. Please help if you can? Thnkx.

Basically, I want a person to be able to type any extension with the domain name after the slash and automatically point to the home page.

I need a simple solution.
 
RewriteEngine on
RewriteRule ^.+$ /index.php [L]
 
I'm assuming you know what .htaccess is and you're running Apache?
 
The solution has been fixed everyone. Thank you to all bhw members for your assistance.
 
Back
Top