Given below is my .htaccess file. It is not working on localhost apache (www is root directory on C:/apache/www) "url" is directory and I want output like this
I change windows host file 127.0.0.1 localhost & also enable mod_rewrite in httpd.conf file & AllowOverride none to AllowOverride All & root Directory to C:/apache/www
//==============================HTaccess==================================//
Options:
# -MultiViews: Turns off multiviews so it doesn't interfer with our rewrite rules
# -Indexes: Stop directory listings
# +FollowSymlinks: Let out rewrite rules work
Options -MultiViews -Indexes +FollowSymlinks
<IfModule mod_security.c>
# Turn off mod_security filtering.
# SecFilterEngine Off
# The below probably isn't needed, but better safe than sorry.
SecFilterScanPOST Off
</IfModule>
I have two files in "url" folder online for your reference that is index page (username example) & content page ( for http://phpprojects.netau.net/cms_pro/ examples).
I have two files in "url" folder online for your reference that is index page (username example) & content page ( for http://phpprojects.netau.net/cms_pro/ examples).
Bookmarks