Reducing web address info in address bar

ss71
38 Posts
ss71 posted this 02 April 2019
Ask a Question

I wondered if there is a way, perhaps some code for an .htaccess file, that means that the file name and any extra address info is not shown in the address bar. So with www.mywebsite.com/contact.htmll#anchorlink even if the page and anchor link had been clicked, only www.mywebsite.com/ or www.mywebsite.com appears in the address bar? I did try adding the below to .htaccess, but it did not work. Any suggestions? Thanks

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.html -f
RewriteRule ^(.*)$ $1.html

I wondered if there is a way, perhaps some code for an .htaccess file, that means that the file name and any extra address info is not shown in the address bar. So with www.mywebsite.com/contact.htmll#anchorlink even if the page and anchor link had been clicked, only www.mywebsite.com/ or www.mywebsite.com appears in the address bar? I did try adding the below to .htaccess, but it did not work. Any suggestions? Thanks RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}.html -f RewriteRule ^(.*)$ $1.html
Vote to pay developers attention to this features or issue.
2 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 02 April 2019

Hi Stephen,

We do not work with such things. You can try to search over the internet for the solution or maybe your hosting provider will be helpful about that.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Stephen, We do not work with such things. You can try to search over the internet for the solution or maybe your hosting provider will be helpful about that. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
ss71
38 Posts
ss71 posted this 02 April 2019

OK, no problem.

OK, no problem.
You must log in or register to leave comments