Hi friends.. how to use serve.php in ad4earn script if my host deosnt support mod_rewrite??? please anyon
Mod_rewrite help
Collapse
X
-
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 ]
Comment
Comment