Page name extension
Autor: Ken H.
Besucht 2146,
Followers 1,
Geteilt 0
Is there any way of removing the .html extension of the URL of each page? We have placed a print ad telling customers to go to www.domain.com/ST and now that I've created the page it is actually www.domain.com/ST.html that they need to enter.
Help!
Gepostet am
The extension.Htmlcan not beomitted, but you canmanually createa directoryon the serverunitin the root directoryof thewebsite andcreate anindex.htmlinthemetarefreshthat forwardsto the correspondingHTML page.
<metahttp-equiv="refresh"content="0;</span> <span class="hps">URL=http://www.domain.ext/ST">
Domain.extbe replaced byits Web address
it is possible,which can beaccessedusing the linkwww.Domain.ext/ ST.
GreetingsJJ
Zipas an attachmentinan example - Google translationfromGerman
Die Extension .html kann nicht weggelassen werden, Sie können aber von Hand ein Verzeichnis ST auf dem Server im root-Verzeichnis der Homepage erstellen und darin ein Index.html mit dem Metatag refresh erstellen, das zur entsprechenden HTML-Seite weiterleitet.
<meta http-equiv="refresh" content="0; URL=http://www.domain.ext/ST">
Domain.ext ist durch ihre Webadresse zu ersetzen
so ist es möglich, das mit dem Linkwww.Domain.ext/STzugegriffen werden kann.
Gruss JJ
Im Zip als Anhang ein Beispiel dafür
Google Übersetzung aus deutsch