Forum Moderators: phranque
So now, when I am hard coding the pages, do I use the extensionless urls?
Do I put the extensionless urls in my sitemaps?
ewriteCond %{THE_REQUEST} real-name-here
RewriteRule real-name-here made-up-name-here [R=301,L]
RewriteRule made-up-name-here real-name-here [L]
Should I be using a trailing slash in my hard coded links?