Can't access other folders/files outside of WordPress.
-
Right from the start I know nothing about .htaccess . I know it’s there and can open it if needed and it controls access somehow. My wordpress is in the root directory and works perfect. my issue is, I can’t access any other folders/files outside of WordPress without getting a 404 error file not found. Here’s how the .htaccess file looks:
# 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
To access my wordpress you go to mydomain.com. I decided to build another .html set of pages in another file. mydomain.com/friends/
I just used FTP to upload the folder and files to my server. I know that’s ok because it’s as basic .html as you can get.
So why can’t I access mydomain.com/friends/index.html without wordpress kicking in saying error 404 file not found?I’m using the latest wordpress and everythings updated. It’s been doing this ever since I started working on the site years ago.
Thanks in advance for any help.
- The topic ‘Can't access other folders/files outside of WordPress.’ is closed to new replies.