+ 4
How to edit my static website URL?
There's any way to hide .html from site URL... Any possibilities to use permalinks?
6 Respostas
+ 3
It can be done by editing .htaccess file with the following code-
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}.html -f
RewriteRule ^(.+)$ $1.html [L,QSA]
+ 1
Pedro dos Santos thanks.
+ 1
Darius Treyo <a href="https://google.com"> click here to access google </a>
0
como hago un hiperlink
0
Pedro dos santos gracias