PDA

View Full Version : Redirect Error


johnmat
09-20-2016, 07:35 PM
I am using Redirect Error due to .htaccess file while installing vbulletin on same domain but different subdomain as wordpress blog.

A Plugin in Wordpress has added different Firewall rules to disabllow hacking of blog and I want to understand the code that requires to be entered in .htaccess file to allow vbulletin installation and running of forum?

Seven Skins
09-20-2016, 08:36 PM
You can try adding these just below RewriteEngine On (change the name of folder)

RewriteEngine On
RewriteCond %{REQUEST_URI} !^/my-vbulletin-folder/.*$


And in vbulletin folder add this to first line and the all the other vbulletin rules.

RewriteEngine off

Not tested but it should work.

johnmat
09-20-2016, 09:04 PM
I tried above code in .htaccess and getting this error message now -

Forbidden

You don't have permission to access /install/install.php on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.