Can’t access sub folders
-
Hi,
I have created a sub-folder in the html root and can’t seem to access it any way I try. I think it has something to do with .htaccess but not sure.
This is what my .htaccess looks like.
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> #BEGIN Image Upload HTTP Error Fix <IfModule mod_security.c> <Files async-upload.php> </Files> </IfModule> <IfModule security_module> <Files async-upload.php> </Files> </IfModule> <IfModule security2_module> <Files async-upload.php> </Files> </IfModule> #END Image Upload HTTP Error Fix # END WordPress RewriteCond %{HTTP_HOST} ^livethelakelife.ca$ [OR] RewriteCond %{HTTP_HOST} ^www.livethelakelife.ca$ RewriteRule ^(.*)$ "http\:\/\/www\.siouxnarrows\-nestorfalls\.ca\/live\-the\-lake\-life\/" [R=301,L]
Would this be causing a problem when trying to access a url such as
domain.com/folder
right now it just gives me a 404 in the regular theme.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Can’t access sub folders’ is closed to new replies.