ded Posted December 14, 2010 Share Posted December 14, 2010 The folder file exists, but something seems wrong with the htaccess files that it shows a 404 error. .htaccess file in public_html # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress .htaccess file in public_html/aa_darts/password/members.htm AuthUserFile "/home/website/.htpasswds/public_html/aa_darts/password/passwd" AuthName "password" AuthType Basic require valid-user Quote Link to comment https://forums.phpfreaks.com/topic/221589-not-found-error-404/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.