Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I would like learn about .htaccess file, from the very basic to the complex portions. All its capacities, with blocking user, authentication, hiding files, redirection. So far I have only used them, but I want to learn about them, understand them. So that I will be able to create my own rule.

Could you please guide me through this, and point me to the basic and expert guides or lessons or even books. Anything, from basic to complex.

share|improve this question
Should this be a community wiki? – Nev Stokes Oct 12 '10 at 8:18
@Nev Stokes, OK :D – Starx Oct 12 '10 at 8:57

closed as off topic by Andrew Barber Apr 13 at 6:40

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

2 Answers

up vote 7 down vote accepted

Here an "ultimate" sample htaccess file and Apache's rewriting guide.

share|improve this answer
Wow, This is good. Any books too – Starx Oct 12 '10 at 9:00
Afraid that I've never read any so I'm unable to recommend anything – Nev Stokes Oct 12 '10 at 9:02

Sorry to reply to an old thread, but anyway... This page more .htaccess tips and tricksis the best simple introduction to using htaccess for rewriting and redirecting that I've found and it's easier to understand than the official Apache guide. You have to figure everything out from the examples, but it's a good selection of most of the common things you'd want to do, rewrite-wise.

share|improve this answer
No need to be sorry dude. Thanks for this Addition (+1) – Starx Apr 24 '11 at 10:29
You'll keep coming across Corz' pages on htaccess as they're concise, relevent and tackle common problems; definitely worth scanning so you have an idea of what can be achieved. – oodavid Dec 30 '11 at 17:21

Not the answer you're looking for? Browse other questions tagged or ask your own question.