![]() |
Quote:
|
Quote:
|
Quote:
Second, how does mod_rewrite be an alternative to .htaccess? mod_rewrite is a module that uses a rule-based rewriting engine to rewrite requested URLs on the fly. .htaccess USES mod_rewrite when it comes to parsing rewrite rules within .htaccess. But .htaccess is more; it allows you to set access rules in a per-directory context. How would you do that with mod_rewrite? |
Quote:
|
Quote:
|
Quote:
You remove the apache's need to check EVERY single directory for .htaccess when it can all be done in httpd.conf. |
Add this to httpd.conf to stop lookup for .htaccess:
AllowOverride None Options None Then, add your .htaccess rules into httpd.conf itself - it's basically similar to what you would put in .htaccess. |
Quote:
|
Thanks for this: I will have to look into the research on the http.conf and how best to share access to this between two server admins !! maybe use a CVS system to make modifications?
|
All times are GMT. The time now is 09:49 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|