A collection of useful .htaccess snippets (github.com)
over 8 years ago from David Barker
over 8 years ago from David Barker
This is really useful collection, thank you!
Any recommendations for "clean url's"? I've been using the following snippet, yet when you type a URL in all caps per say (yourdomain.com/ABOUT), it displays an internal server error:
<code> RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ $1.html [NC,L] </code>
(The above mentioned doesn't happen when I'm testing locally in MAMP, only when the site has been deployed)
Is your RewriteBase /
?
I don't think so...would that be the issue?
Designer News
Where the design community meets.
Designer News is a large, global community of people working or interested in design and technology.
Have feedback?
Login to Comment
You'll need to log in before you can leave a comment.
LoginRegister Today
New accounts can leave comments immediately, and gain full permissions after one week.
Register now