Htaccess code for mod rewrite enabling

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Htaccess code for mod rewrite enabling

    Wats the htaccess exact code for enable mod rewrite?
    This is my new community for wap coding. Come and join and experience real wap coding
    http://leonine.6te.net

    #2
    S0ry i dont knw

    Comment


      #3
      Code:
      LoadModule rewrite_module modules/mod_rewrite.so
      Initiate Rewrite Engine

      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


        #4
        Thanks will try
        This is my new community for wap coding. Come and join and experience real wap coding
        http://leonine.6te.net

        Comment


          #5
          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


            #6
            Originally posted by leonine View Post
            But how do i enable it in my localhost?
            open http.conf and find line with rewrite word.delete semicolon infront of it.and restart apache.
            she is beautifull than php.and i love her more than php.
            sigpic

            Comment


              #7
              Thank you very much
              This is my new community for wap coding. Come and join and experience real wap coding
              http://leonine.6te.net

              Comment


                #8
                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

                Working...
                X