Can't Install WordPress is subfolders with BWPS in Root Folder
-
Hi There,
I am a web designer and I am running Better WP Security on my main website, where the .htaccess file is in the root public_html directory.
When working on new projects, I typically create new folders in my hosting account and install a fresh installation of WordPress into that folder in order to start building the new site in a separate folder:
The testing path would now be: https://www.mysite.com/test – where /test is the new folder.
However, recently I have been unable to complete the installation of WordPress into these new folders, as I believe that the Better WP Security settings within my root directory is somehow preventing this. It is possible that something in my .htaccess file is not allowing this.
I figured out how to move on to the second step of installing WordPress, which is by disabling the “Hide Backend” feature, but unfortunately on the final step, I get the following error:
403 Forbidden
Access to this resource on the server is denied!Something that I also noticed with my current version of Better WP Security (3.4.9), is that I CANNOT uncheck the “Disable Directory Browsing” option in system tweaks.
Additional information is as follows (perhaps the issue is within):
<files .htaccess>
Order allow,deny
Deny from all
</files><files readme.html>
Order allow,deny
Deny from all
</files><files readme.txt>
Order allow,deny
Deny from all
</files><files install.php>
Order allow,deny
Deny from all
</files><files wp-config.php>
Order allow,deny
Deny from all
</files><IfModule mod_rewrite.c>
RewriteEngine On—
Does somebody have any ideas as to how to fix it so that my .htaccess file in my root directory will not affect my subfolders and new installations within them?
Any help would be greatly appreciated.
Shane
https://www.ads-software.com/extend/plugins/better-wp-security/
- The topic ‘Can't Install WordPress is subfolders with BWPS in Root Folder’ is closed to new replies.