Wats the htaccess exact code for enable mod rewrite?
Htaccess code for mod rewrite enabling
Collapse
X
-
Htaccess code for mod rewrite enabling
This is my new community for wap coding. Come and join and experience real wap coding
http://leonine.6te.netTags: None
-
Code:LoadModule rewrite_module modules/mod_rewrite.so
Before we can rewrite, there is one option we must first set: FollowSymLinks. This is a security feature of the rewrite engine and you will not be able to rewrite without this option. In most cases, this will already be set in the server httpd.conf but you can safely state it again.
Additionally, if you use indexes, we must enable the Indexes option.
The final but most straightforward requirement is to turn the rewrite engine on. I recommend you begin all your rewriting code with the following three lines, but you may not need the first two:
Code:Options +FollowSymLinks Options +Indexes RewriteEngine On
Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
Comment
-
Thanks will tryThis is my new community for wap coding. Come and join and experience real wap coding
http://leonine.6te.net
Comment
-
But how do i enable it in my localhost?This is my new community for wap coding. Come and join and experience real wap coding
http://leonine.6te.net
Comment
-
Thank you very muchThis is my new community for wap coding. Come and join and experience real wap coding
http://leonine.6te.net
Comment
-
Its already Activated but still aint working with my script.. It still says page not found when i click on one of my script page.This is my new community for wap coding. Come and join and experience real wap coding
http://leonine.6te.net
Comment
Comment