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)
- htaccess on localhost 500 Internal Server Error (4)
- htaccess localhost internal server error (4)
- 500 internal server error localhost (3)
- 500 internal server error htaccess localhost (3)
- fix 500 Internal Server Error in localhost (2)
- how to fix 500 internal server errors htaccess pdf (2)
- as3 accept alphanumeric (2)
- error 500 internal server error fpdf (2)
- How To Fix Mod_rewrite 500 Internal Server Error On windows (2)
- nav-menus php word press error 500 (2)
- localhost 500 server license expired (2)
- 500 internal server error on localhost htaccess php (2)
- 500 Internal Server Error in localhost fix (2)
- wordpress nav-menus php HTTP Error 500 (2)
- wordpress 500 internal server error localhost (2)
- linux apache Internal Server Error 500 timeout (1)
- internal server error in localhost how to fix it (1)
- internal server error in localhost htaccess (1)
- internal server error wordpress localhost (1)
- keypress search using jsp ajax (1)
- jquery ajax 500 internal error localhost work (1)
- jquery ajax internal server error on localhost (1)
- Internal Server Error in localhost for mod_rewrite (1)
- Internal Server Error in htaccess in localhost (1)
- htpasswd (1)
- internal error in localhost (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 after using htaccess on localhost (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)
- localhost 500 internal error wordpress (1)
- localhost 500 Internal Server Error GET js (1)
- solve internal server error 500 by localhost (1)
- translator in javascript (1)
- why do i get a 500 internal server error with xampp localhost using ajax (1)
You will also be interested in ,
- mod_proxy_balancer apache load balancing
- Speed up wordpress using .htaccess part 1
- Import large files in mysql using PhpMyAdmin
- make_sock: could not bind to address 0.0.0.0:80 windows apache not starting [Solved]
- mod_security the Apache Module, The Apache Firewall blocking your website?
- Custom Error Pages Using .htaccess
- How to install XAMPP
- How to run jsp in xampp?
- How to run or Configure Apache to use PHP as CGI
- .htaccess some facts and rules

