Login     Sign up
andhika (@andhika387)
138 months ago
10110 Views

how to change the web url ,url Jcow from behind. php become available, eg www.yourdomain.com/index.php?=dahboard be www.yourdomain.com / dasbhoard, I've tried but the error

2 people followed this question
3

http://www.jcow.net/docs/?s=faq

By default, Jcow enabled "Clean URL". But this feature requires rewrite_mod enabled on your server. If you are unable to enable rewrite_mod, you need to disable the "Clean URL": - Open your "/my/config.php" - Find this line:
$ubase = $uhome.'/';

  • Change it to:
    $ubase = $uhome.'/index.php?p=';
Jcow Master @falcone
138 months ago
@falcone ,thank's master :)
138 months ago
0

Thanks master..!

Ben @beat404
116 months ago