I am trying to rewrite this URL
https://example.com/html/mypage
to
https://example.com/mypage
The destination is the same html page, only the displayed URL needs to change.
I am trying to rewrite this URL
https://example.com/html/mypage
to
https://example.com/mypage
The destination is the same html page, only the displayed URL needs to change.
RewriteEngine On
RewriteRule ^mypage$ /html/pagename [L]
You can solve your problem by adding the above code lines to .htaccess Replace pagename with the name of the page you want