Need help with htaccess

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

    Need help with htaccess

    Hey, i need to make that, everyone, who entered "/index.php?do=something?=(any digit)" will be redirected to index.php Please. Help me. What should i write in?

    #2
    i has been writing that code: "Redirect 301 ^index.php?do=something&another=1(/?)+$ http://www.website.lt/index.php" but it is not working

    Comment


      #3
      Should be
      PHP Code:
      Redirect 301 /oldpage.html http://www.example.com/newpage.html 
      Mobile chat, iphone chat, android chat, chat, rooms http://www.aiochat.com

      Comment


        #4
        PHP Code:
        Redirect 301 ^index.php?do=something?=(.*) $ index.php?do=something?=$
        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


          #5
          use wild card dns setting and play as you like even you dont need put anything in htaccess file if you are on shared hosting they might not allow wildcard dns how ever i dont know much about them
          left wap stuff

          Comment


            #6
            custom error page dont show on byethost.why? eventhough .htaccess gettin right !!

            Comment

            Working...
            X