How to Solve overwrite index.php in windows wampserver ?
In this post we will give you information about How to Solve overwrite index.php in windows wampserver ?. Hear we will give you detail about How to Solve overwrite index.php in windows wampserver ?And how to use it also give you demo for it if it is necessary.
Many time you have face a problem in windows wampserver or virtualhost of index.php file overwrite. i also fetch that problem like:
http://localhost/test/index.php/admin
In this url you can see index.php wtite in url, but URL must be without index.php. so if you are using windows wampserver then you can easily solve out this problem by folowing step:
1. Open File : C:wampbinapacheApache2.4.4confhttpd.conf
2. Find : #LoadModule rewrite_module modules/mod_rewrite.so and
Then, Just Change, Only remove ‘#’ sign.
#LoadModule rewrite_module modules/mod_rewrite.so
INTO
LoadModule rewrite_module modules/mod_rewrite.so
3.Restart: restart your wampserver.
At last you can open without index.php file like:
http://localhost/test/admin
Try this………
Hope this code and post will helped you for implement How to Solve overwrite index.php in windows wampserver ?. if you need any help or any feedback give it in comment section or you have good idea about this post you can give it comment section. Your comment will help us for help you more and improve us. we will give you this type of more interesting post in featured also so, For more interesting post and code Keep reading our blogs