Rewrite module is not enabled by default in Apache’s configuration settings. although you can enable it manually by doing very few simple steps:
1. open your httpd.conf
(Located in Apache installation) file with your favorite editor.Then search for blow line
1 |
#LoadModule rewrite_module modules/mod_rewrite.so |
Replace above line with this line or simply remove ‘#’.
1 |
LoadModule rewrite_module modules/mod_rewrite.so |
2.Now find this string Allow Override None and replace with Allow Override All
3.Then save all above changes
4.Restart your Apache server
I hope you like this Post, Please feel free to comment below, your suggestion and problems if you face - we are here to solve your problems.
I am Arjun from Hyderabad (India). I have been working as a software engineer from the last 7+ years, and it is my passion to learn new things and implement them as a practice. Aside from work, I like gardening and spending time with pets.