Adrem الإدارة'''''
الجنس : دولتي : المغرب المشآرڪآت : 6210 نقاطي : 23832 سٌّمعَتي : 8
| موضوع: Solutions For wamp 500 Internal Server Error .htaccess 30/9/2014, 15:28 | |
| Solutions For wamp 500 Internal Server Error .htaccessWAMP 500 Internal Server Error .htaccess is a common problem who installed WAMP sever at first. ² Not only first, anyway we can solve this problem in 4 different ways.² You may get following error,² - الكود:
-
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. ² wamp 500 internal server error .htaccess Run your wampserver… ² Solution 1: ²In this method, We have to enable Headers Module and Rewrite Module. Wamp server gives Internal Server Error by this two modules.² And goto Apache -> Apache modules -> rewrite_module , enable it(by click).²
Like same way enable headers_module ( Apache -> Apache modules -> headers_module).² First Run your WAMP server and click taskbar WAMP icon.²
Solution 2: Changes in httpd.conf
In second method, We can enable same Headers Module and Rewrite Module by code.² Open Apache’s httpd.conf file.(goto taskbar icon and select Apache->httpd.conf)²
You can find following lines,² ²#LoadModule rewrite_module modules/mod_rewrite.so ²#LoadModule headers_module modules/mod_headers.so
Remove # symbol from front of the 2 lines and save it. Restart your Apache Server.²
Solution 3: File Permission
If you have this 500 Internal Server Error problem for any specific file(s), you can solve using this method.²
Here you want to change the file permission from FTP(godaddy, cpanel,…) side. Select that specific file(s) and click right mouse button and select change permission link.² There select read/write options to all. Cool!²
Solution 4: In .htaccess file?²
No need to do anything into .htaccess file. Above 3 methods can solve your problem.²
Sill you want to do by .htaccess file, just ask me by comments. If you have any doubt ask me.²
by: steptoinstall.com
|
|