Navigation
1 user online :: 1 Guest and 0 Registered
Most popular articles 
- Why in my workgroup user names in statistics and ... (24848 views)
- HP Install Network Printer Wizard 4.0 - Configuring a ... (19770 views)
- How to configure Apache versions 1.3.x - 2.0.x ? ... (18096 views)
- The application failed to initialize properly (0xc0000142). Click on ... (16142 views)
- How to set proxy for my Windows XP computer ... (14363 views)
- Moving XP User Profile (13562 views)
- HP Jetdirect Print Servers - Installing and Configuring a ... (11755 views)
- Windows Vista: SuperFetch and External Memory Devices (9421 views)
- Shutdown is very slow - Windows XP (9108 views)
- Troubleshooting Windows XP Shutdown Issues (7867 views)
Latest articles 
- Error installing agent service causes Access Denied Error (2010-07-10 19:19)
- An error has occurred while establishing a connection from ... (2010-07-10 19:18)
- How do I install Security Tracker TSxx software for ... (2010-07-10 19:17)
- Terminal Server registry settings for applications (2010-07-10 19:15)
- What is riskware? (2010-07-10 19:13)
Sticky articles
See Also:
HSLAB HTTP Monitor
ID #1132
Problem with Drupal's original .htaccess file and apache server-status
Q.
I have a problem with Drupal's original .htaccess file. If i put this file into my apache docroot ( / ) for clean URL-s, i cannot reach the apache statistic page (ExtendedStatus On). From localhost -> http://mydomain/server-status -> I get "page not found" message. If i remove .htaccess file, i can reach the page.
Suspected lines are:
# Rewrite current-style URLs of the form 'index.php?q=x'.
? RewriteCond %{REQUEST_FILENAME} !-f
? RewriteCond %{REQUEST_FILENAME} !-d
? RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
? RewriteCond %{REQUEST_FILENAME} !-f
? RewriteCond %{REQUEST_FILENAME} !-d
? RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
If i uncomment these lines, my problem is gone.
?
A.
You should add a line about /server-status
? # Rewrite current-style URLs of the form 'index.php?q=x'.
? RewriteCond %{REQUEST_URI} !=/server-status
? RewriteCond %{REQUEST_FILENAME} !-f
? RewriteCond %{REQUEST_FILENAME} !-d
? RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
? RewriteCond %{REQUEST_URI} !=/server-status
? RewriteCond %{REQUEST_FILENAME} !-f
? RewriteCond %{REQUEST_FILENAME} !-d
? RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
?
Tags: -
Related entries:
- How to configure Apache versions 1.3.x - 2.0.x ?
- How to configure For Apache versions 2.2.x ?
- What is HSLAB HTTP Monitor?
- What is HSLAB Force Down?
- The application failed to initialize properly (0xc0000142). Click on OK to terminate the application.
- What is HSLAB Logger?
- What is HSLAB Prefetch Manager?
- HSLAB Software Licensing
- HSLAB Shutdown Folder does not shut down a computer or not shut down to a power-off state.
- Problem executing *.bat and *.cmd command files from "Shutdown Folder"
- The application failed to initialize properly (0xc0000142). Click on OK to terminate the application
- About Performance Monitoring
- Locating Performance Bottlenecks
- Free Website Monitoring
- How to configure Apache Module mod_status
Last update: 2009-04-25 09:57
Author: Oleg
Revision: 1.0
You cannot comment on this entry