Home >Backend Development >PHP Tutorial >An example of path rewriting in php URL rewrite
First in the apache file Open the Apache configuration file httpd.conf and find the following: #LoadModule rewrite_module modules/mod_rewrite.so Enable rewrite and click on the "#" in front of it 2. Overload Allowoverride Find the apache configuration file and find the following:
Change AllowOverride None to AllowOverride All Temporarily learned about three types of url redefinition in htaccess
|