How to edit my static website URL? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

How to edit my static website URL?

There's any way to hide .html from site URL... Any possibilities to use permalinks?

3rd Jun 2018, 7:10 PM
Abi
Abi - avatar
6 Answers
+ 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]
3rd Jun 2018, 7:40 PM
Sachin Artani
Sachin Artani - avatar
+ 1
4th Jun 2018, 9:06 AM
Abi
Abi - avatar
+ 1
Darius Treyo <a href="https://google.com"> click here to access google </a>
7th Jun 2018, 4:51 PM
Pedro dos Santos
Pedro dos Santos - avatar
0
como hago un hiperlink
6th Jun 2018, 10:55 PM
Darius Treyo
Darius Treyo - avatar
0
Pedro dos santos gracias
8th Jun 2018, 12:40 AM
Darius Treyo
Darius Treyo - avatar