Navigation
3 users online :: 3 Guests and 0 Registered
Most popular FAQs 
- HP Install Network Printer Wizard 4.0 - Configuring a ... (18099 views)
- How to configure Apache versions 1.3.x - 2.0.x ? ... (16462 views)
- Why in my workgroup user names in statistics and ... (16024 views)
- The application failed to initialize properly (0xc0000142). Click on ... (14194 views)
- Moving XP User Profile (12372 views)
- How to set proxy for my Windows XP computer ... (11502 views)
- HP Jetdirect Print Servers - Installing and Configuring a ... (10638 views)
- Windows Vista: SuperFetch and External Memory Devices (8777 views)
- Shutdown is very slow - Windows XP (8064 views)
- Troubleshooting Windows XP Shutdown Issues (7254 views)
Latest FAQs 
- What is HSLAB HTTP Monitor? (2010-03-09 07:39)
- Why in my workgroup user names in statistics and ... (2010-03-09 07:36)
- For maintenance of the exact accounting you should to ... (2010-03-09 07:32)
- Only Guest account when mapping to network drive (2010-03-09 07:30)
- How I Can Completely Remove Windows Vista/7 Printer Drivers ... (2010-03-03 21:04)
Sticky FAQs
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?
- 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