Hi guys here is a simple tip to fix a usual issue that arises on our localhost test servers when .htaccess is added.Its very simple just do the steps that i specify below.
- Check your apache httpd.config file first
- Open the httpd.conf, dont forget to take a backup of this file before editing it.
- Find this entry i specified in the next step
- module rewrite_module modules/mod_rewrite.so
- It will be commented using #
- Take away that # symbol and it will look like
- LoadModule rewrite_module modules/mod_rewrite.so
- Then find <Directory “C:/xampp1/htdocs”> entry in the httpd.conf file, Make sure that the path in quotes is your web server root path, the above shown path is my root path and it may vary accordingly.You will find this entry just below this line
#
# This should be changed to whatever you set DocumentRoot to.
#
- Add this line also AllowOverride All before the closing tag </Directory>
- Some times this will be added by default and no need to add it once again.Make a note of this point also.
Thats it you are done.Restart your Apache webserver and try the URL and it will load fine.
Incoming search terms:
- wordpress nav-menus php Internal Server Error (5)
- 500 internal server error localhost (3)
- 500 internal server error htaccess localhost (3)
- htaccess localhost internal server error (3)
- How To Fix Mod_rewrite 500 Internal Server Error On windows (2)
- fix error 500 on localhost (2)
- fix 500 Internal Server Error in localhost (2)
- htaccess on localhost 500 Internal Server Error (2)
- 500 internal server error on localhost htaccess php (2)
- how to fix 500 internal server errors htaccess pdf (2)
- 500 Internal Server Error in localhost fix (2)
- internal server error 500 allowoverride all (2)
- nav-menus php word press error 500 (2)
- internal server error wordpress localhost (1)
- jquery ajax internal server error on localhost (1)
- Internal Server Error on localhost (1)
- internal server error localhost (1)
- linux apache Internal Server Error 500 timeout (1)
- internal server error in localhost htaccess (1)
- Internal Server Error in localhost for mod_rewrite (1)
- Internal Server Error 500 (1)
- internal server error 500 htaccess localhost (1)
- internal server error 500 in localhost htaccess (1)
- internal server error 500 in localhost in php (1)
- internal server error due to htaccess in localhost (1)
- internal server error htaccess at localhost (1)
- internal server error htaccess localhosr (1)
- Internal Server Error htaccess php localhost (1)
- Internal Server Error in htaccess in localhost (1)
- localhost 500 internal error wordpress (1)
- localhost 500 Internal Server Error GET js (1)
- localhost 500 Internal SErver Error htaccess (1)
- Server Application Error localhost (1)
- solve internal server error 500 by localhost (1)
- wordpress 500 internal server error htaccess windows apache (1)
- wordpress 500 internal server error localhost (1)
- wordpress localhost error Internal Server Error (1)
- wordpress localhost Server error (1)
- wordpress nav-menus php HTTP Error 500 (1)
- wordpress windows htaccess localhost error 500 (1)
You will also be interested in ,
- Set xampp:- Apache Mysql Filezilla Mercury Tomcat as a windows service and get xampp to start automatically on boot up
- Fix 500 Internal Server Error In WordPress
- make_sock: could not bind to address 0.0.0.0:80 windows apache not starting [Solved]
- Apache AddHandler application/x-httpd-php not working?
- mod_security the Apache Module, The Apache Firewall blocking your website?
- How to run or Configure Apache to use PHP as CGI
- Disable the TRACE and TRACK For More Security
- Custom Error Pages Using .htaccess
- How to install XAMPP
- Speed up wordpress using .htaccess part 1
