|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Where can i download mod_rewrite?
I want to download and install mod rewrite. Is this possible? Mabey it comes with apache. if so, how can i enable it. I have apache installed on my system already. Thanks!!!
|
|
#2
|
||||
|
||||
|
Uncomment this line inside httpd.conf
LoadModule rewrite_module modules/mod_rewrite.so
__________________
My article: mod_rewrite: No More Endless Loops! |
|
#3
|
|||
|
|||
|
>> I want to download and install mod rewrite
Are you sure mod_rewrite is not installed/compiled? >> if so, how can i enable it 1) Check and see if apxs is available. If so, man 8 apxs. You need the files (mod_rewrite.c and mod_rewrite.h) in src/modules/standard dir. You then can treat it as a 3rd party module and build/install it using apxs. 2) If apxs is not available, recompile Apache and specify --enable-module=most and --enable-shared=max. Then mod_rewrite will be compiled in as a shared module. |
|
#4
|
||||
|
||||
|
Thanks! I just checked and i believe its already installed. And the line in httpd.conf was already un-commented. Now, is there somewhere that i can learn how to use this at? Like some online documentation or something? Thanks!
|
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > Where can i download mod_rewrite? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|