Knowledgebase
URL Masking with .htaccess Print this Article
In case you would like to access a certain URL for your domain name but do not display it in the web browser address bar - here is how you can accomplish it using an .htaccess file.
A sample rewrite rule will look like this:
RewriteEngine On
RewriteRule ^something/?$ /something/else/
This way each time someone accesses:
http://yourdomain.com/something
the actual content that will be displayed will be for:
http://yourdomain.com/something/else
while the URL will remain unchanged.
Was this answer helpful?
Related Articles
Updating DNS at NetworkSolutions.com
This demo assumes you have a domain name registered through NetworkSolutions.com, and starts from...
This demo assumes you have a domain name registered through NetworkSolutions.com, and starts from...
Updating DNS at StarGate.com
This demo assumes you have a domain name registered through StarGate.com, and starts from the...
This demo assumes you have a domain name registered through StarGate.com, and starts from the...
Updating DNS at Register.com
This demo assumes you have a domain name registered through Register.com, and starts from the...
This demo assumes you have a domain name registered through Register.com, and starts from the...
Updating DNS at Netfirms.ca
This demo assumes you have a domain name registered through Netfirms.ca, and starts from the...
This demo assumes you have a domain name registered through Netfirms.ca, and starts from the...
Updating DNS at NameCheap.com
This demo assumes you have a domain name registered through NameCheap.com, and starts from the...
This demo assumes you have a domain name registered through NameCheap.com, and starts from the...