“delete the bulletproof security plugin folder /plugins/bulletproof-security and reinstall BPS” : no results.
in httpd.con `<Directory /var/www/>
AllowOverride All
</Directory>`
no results.
OS: Debian 6.0.3
PleskPanel : 11.5.3
Plugin Author
AITpro
(@aitpro)
You need to add your actual real Directory path – /var/www is just an example. See my previous post. I added some additional directives to the code.
One minute !… I see that in system info Bulletproof :
Website Root Folder: https://www.example.com
BUT my domain is : http://www.example.com
Install in admin wordpress https.
One more time, but install with admin http now…
Plugin Author
AITpro
(@aitpro)
Also anytime you make changes to a Server configuration file you will need to reboot the Server for the configuration changes to take effect.
Plugin Author
AITpro
(@aitpro)
You need to add the Directory path for the Server where the root path where website content is served from. I am pretty sure the default Directory path is /var/www for Debian, but if you have changed that then you need to add your actual Directory path.
See the 11.2.3. Common Directives section
http://debian-handbook.info/browse/stable/sect.http-web-server.html
<Directory /var/www/vhosts/example.com/httpdocs/>
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order Allow,Deny
Allow from all
</Directory>
In httpd.conf, restart server, but nothing 🙁
” I am pretty sure the default Directory path is /var/www”
Yes, for sure.
Plugin Author
AITpro
(@aitpro)
Ok at this point you will need to contact a Server Admin to assist you. If you have a vhost setup then this is probably going to be something too advanced for you to figure out. 😉
Plugin Author
AITpro
(@aitpro)
Took me 2 hours to get a XAMPP vhost SSL setup figured out so vhost setups are not something that I would consider easy if you are not a seasoned Server Admin and each Server type is a little different too. And then there could be Server specific requirements for vhost setups on that particular Server. The Server Admin of the Server will already know all the specifics about that particular Server so he/she will be able to do whatever is needed pretty quickly. 😉
Plugin Author
AITpro
(@aitpro)
Requires Host/Server Admin assistance to address this issue resolving.