Wenn Ihre Website eine lange URL wie example.com/files/folder/sitemap.html verwendet, können Sie diese mithilfe von htaccess zu "example.com/sitemap" ändern.
Passen Sie diese Zeile entsprechend Ihren Bedürfnissen an und fügen Sie dann diesen Code zu Ihrer htaccess-Datei hinzu.
RewriteEngine on
RewriteRule ^sitemap/$ /files/folder/sitemap.html [L]
Most Popular Articles
Fix PHP Error: Allowed Memory Size of X Bytes Exhausted
If you are getting an error such as "Allowed memory size of... in file...
How to Create a User-friendly URL Using htaccess
If your website is using a long URL such as example.com/files/folder/sitemap.html, you can change...
How to Redirect a Page or Website Using htaccess
If a page on your website no longer exists and you want to redirect it to a new page or website,...
Cum să creezi un URL prietenos cu utilizatorul folosind htaccess
Dacă site-ul dvs. folosește un URL lung precum example.com/files/folder/sitemap.html, îl puteți...
Cum să redirecționezi o pagină sau un site web folosind htaccess
Dacă o pagină de pe website-ul dvs. nu mai există și doriți să o redirecționați către o pagină...