jeudi 30 septembre 2021

Can i use multiple RewriteRules for the same url .htaccess

My .htaccess

Options -Indexes
DirectorySlash Off
RewriteEngine On
RewriteRule ^about$ about/about_me.html [L]

Is it possible to do this

Options -Indexes
DirectorySlash Off
RewriteEngine On
RewriteRule ^about$ about/about_me.html [L]

#Using multiple RewriteRules with diffrent names for same url
RewriteRule ^About$ about/about_me.html [L]
RewriteRule ^ABOUT$ about/about_me.html [L]



Aucun commentaire:

Enregistrer un commentaire