- Enable The below module in Httpd.conf in Apache
- Create .htaccess file in notepad with below code
- Save this file with the Extension ".htaccess" without giving any name
"rewrite_module" find it in httpd.conf and remove the "#" from that line
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]
now you don't need to write extension in code for jump any page
No comments:
Post a Comment