Mod_rewrite help

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

    Mod_rewrite help

    Hi friends.. how to use serve.php in ad4earn script if my host deosnt support mod_rewrite??? please anyon

    #2
    If you host dont support then you have to edit script or change your host.

    WWW.9XHOST.NET

    Comment


      #3
      mod rewrite is an essential feature for a web site.. Why do not u check with ur hosting provider if they can enable it for u?


      I'm Proud to be a Sri Lankan!

      Comment


        #4
        where can i put my ads in serve.php? i dont know..

        Comment


          #5
          If your hosting not support mod rewrite, Goto file .htaccess and add this kode

          RewriteBase /

          Comment


            #6
            actully you have same problem:

            our hosting does not support .htaccess file but php.ini file supporting very well

            so here is the issue:

            we have to convert this .htaccess file code into php.ini file code, and here is the code

            <IfModule mod_rewrite.c>
            RewriteEngine On
            RewriteRule ^click/ads/([^/]*)/([^/]*)/([^/]*)$ process.php?rnd=$1&ukey=$2&ckey=$3 [L,NC]
            </IfModule>

            ALSO a big problem i got today in google [ you can not rewriteEngine ON through php.ini ]
            Last edited by wapmaster2; 04.09.12, 03:47. Reason: ALSO a big problem i got today in google [ you can not rewriteEngine ON through php.ini ]
            JUST JOIN FOR FUN !
            http://wapmaster2.com

            Comment


              #7
              search serve.php in search box

              Comment


                #8
                yar atleast give me payout.php file.. which has many options of payout

                Comment

                Working...
                X