Does anyone know of any good guides for someone new to editing and making .htaccess files. Anything about rewriting urls, directory access and passwording a directory would be great.
Tell me more
×
Webmasters Stack Exchange is a question and answer site for
pro webmasters. It's 100% free, no registration required.
|
closed as not a real question by Lèse majesté, John Conde♦ Dec 13 '11 at 12:50
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
Two hints to help you doing the job faster:Please try to use the
My favorite tool to check for regexp: http://www.quanetic.com/Regex (don't forget to choose ereg(POSIX) instead of preg(PCRE)!) You use this tool when you want to check the URL and see if they're valid or not. |
|||
|
|
|
How about the official documentation ? Next to that, this guide may be a good introduction. |
|||
|
|