Home › Forums › BulletProof Security Free › WAMP – 500 Internal Server Error
Tagged: 500 Internal Server Error, rewrite_module, WAMP
- This topic has 8 replies, 3 voices, and was last updated 9 years, 5 months ago by
karsho.
-
AuthorPosts
-
AITpro Admin
KeymasterEmail Question:
I have installed the BPS at my client’s site and but yesterday when I upgraded with new version BPS, then tim thumb stop working and showing as below: [website name removed for privacy] 403 Forbidden Error Page. If you arrived here due to a search or clicking on a link click your Browser’s back button to return to the previous page. Thank you. Please let me know what is the issue?Regards, Mejar
AITpro Admin
KeymasterI checked your website and it is currently displaying a 500 Internal Server Error. Please delete the .htaccess file in your website root folder. Please see the Read Me First link here for possible causes of this issue/problem:
AITpro Admin
KeymasterI see your site is back up again. I checked all the basic things and your Host, Server type, etc are all compatible so did you click the [obsolete-removed] buttons before activating BulletProof Modes?
sb
ParticipantHello,
I am using BPS without issue on a live WP site, and it works wonderfully!
Tonight, I installed it on my localhost (WAMP Server). I created the htaccess files by clicking on the two left-most [obsolete-removed]. 🙂 All was well until I activated Bulletproof Mode for my Root Folder. Once I did this, I always received the following error when trying to access WP:
500 Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.I modified the Root Folder .htaccess file as instructed above:
1. Commented out the “Options – Indexes” line
2. Commented out the “DirectoryIndex” lineBut after making both modifications, I still receive the 500 Internal Server Error.
Other info:
Apache 2.2.22
PHP 5.3.13
MySQL 5.5.24
No cPanel, but have phpmyadmin
Thanks so much for any help/suggestions, and thanks for a phenomenal security plugin!Sincerely,
BuzzAITpro Admin
KeymasterIf WAMP is similar to XAMPP then your WordPress Custom Permalink Structure should include index.php? in the Custom Structure path as shown below.
/index.php?/%postname%/
Go to Settings >>> Permalinks and add this Custom Permalink Structure above.
AITpro Admin
KeymasterI found some old posts stating that the rewrite module is not loaded by default in WAMP. Open your httpd.conf file and remove the # sign from in front of the rewrite module line of code shown below. You will need to restart your Apache Server.
#LoadModule rewrite_module modules/mod_rewrite.so
or
Left click the WAMP trayicon, go to “Apache” and then “Apache modules” and select “rewrite module”. You will need restart your Apache Server.sb
ParticipantHello AITpro Admin — once again, you’ve solved the problem succinctly and with immediate response! Thank you.
It was enough for me to modify the httpd.conf file as you suggested; that was the remedy. So I haven’t applied the permalinks fix you mentioned above. Should I make that change anyway?
Thank you again!
Buzz
AITpro Admin
KeymasterGreat! Nope, you do not need to do the permalinks change/fix. For XAMPP if you are using a vhost configuration (or maybe any configuration) you do need to add index.php? to the permalink structure. I have never messed around with WAMP so know very little about it, but will eventually get around to messing around with WAMP.
karsho
Participant[Allowed Spam]
You can find best ans from http://www.steptoinstall.com/wamp-500-internal-server-error-htaccess-php-codeigniter.html -
AuthorPosts
- You must be logged in to reply to this topic.