Jump to content

Not Found, Error 404


ded

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.