Title: REMOTE_USER &#8211; ERROR 404
Last modified: August 21, 2016

---

# REMOTE_USER – ERROR 404

 *  [devFR](https://wordpress.org/support/users/devfr/)
 * (@devfr)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/remote_user-error-404/)
 * Hi,
 * I have a problem with the display of REMOTE_USER in all pages.
    The home page
   displays well my username, but when I try to access other pages, I have the 404.
 * **_My httpd.conf _**
 * _[ Moderator note: code fixed. Please wrap code in the backtick character or 
   [use the code button](http://codex.wordpress.org/Forum_Welcome#Posting_Code).]_
 *     ```
       <IfModule mod_authnz_sspi.c>
           <Directory "C:/xampp/htdocs">
       Options None
       AllowOverride All
       Order allow,deny
       Allow from all
       #AuthName "SSPI Protected Place"
       AuthType SSPI
       SSPIAuth On
       SSPIAuthoritative On
       SSPIOfferBasic On
       SSPIOmitDomain On
       Require valid-user
       </Directory>
       </IfModule>
       ```
   
 * **_My file / xampp htdocs / test / .htacess _**
 *     ```
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /test/
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /test/index.php [L]
       RewriteRule .* - [E=REMOTE_USER:%{HTTP:Authorization}]
       </IfModule>
       ```
   
 * OS: Windows Server 2012
    Xampp: 1.8.3-4 Wordpress 3.9.1
 * Thank You.

The topic ‘REMOTE_USER – ERROR 404’ is closed to new replies.

## Tags

 * [error 404](https://wordpress.org/support/topic-tag/error-404/)
 * [xampp](https://wordpress.org/support/topic-tag/xampp/)

 * In: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
 * 0 replies
 * 1 participant
 * Last reply from: [devFR](https://wordpress.org/support/users/devfr/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/remote_user-error-404/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
