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 Link to comment https://forums.phpfreaks.com/topic/221589-not-found-error-404/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.