![]() |
|
|
|
|
|||||||
| Virtual Private Servers (VPS) Need help with your VPS plan on HostICan? Please feel free to ask and we'll give you the answers! |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
#1
|
|||
|
|||
|
And I see without # in my httpd.conf.
PHP Code:
Site "www.sektores.com" Some Help? Thanks. Last edited by index; 10-15-2009 at 03:43 AM. |
|
#2
|
||||
|
||||
|
I guess the some modules are statically compiled. You may check the loaded modules via SSH. Type this command:
Code:
httpd -l |
|
#3
|
|||
|
|||
|
Quote:
![]() PHP Code:
|
|
#4
|
||||
|
||||
|
Hello,
Seems the module is loaded as I see in your httpd.conf file. If you like to be 100% sure follow this steps: Code:
1. create empty html file : testpage.html 2. add this in your .htaccess file: RewriteEngine on RewriteRule testpage\.html http://www.google.com [R] 3. go to http://www.yoursite.com/testpage.html
__________________
Thanks, HostICan Rocket Scientist HostICan Answers | HostICan Newsletter | HostICan Blog | Become a HostICan Affiliate | Create a Support Ticket. Last edited by DOCENTA; 10-17-2009 at 03:34 PM. |
|
#5
|
||||
|
||||
|
The correct way to display the list of Apache modules is as follows:
Code:
/usr/local/apache/bin/httpd -l Last edited by Liona; 10-19-2009 at 12:23 PM. |
|
#6
|
|||
|
|||
|
Quote:
![]() Quote:
![]() But mod_rewrite is not loaded ![]() PHP Code:
|
|
#7
|
||||
|
||||
|
Hi Mike, the above command line shows list of Apache modules, but mode_rewrite is not included as Apache module. It's compiled together with Apache. So, to use it, just add following line in .httacces file in website directory:
Code:
RewriteEngine on |
![]() |
| Tags |
| load, mod, rewrite |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|