Login     Sign up
JCOW installation
ahmedtaufiq (@ahmedtaufiq)
Join date: Apr 18th 2010
Community posts: 2
View Profile
Send Message

I am setting up a new jcow network.

During installation it requires the JCOW Secure key.

I registered a new network and successfully received the secure key on my email id.

But the problem is that it gives the following error :

Your Secure Key does not match the Network URL

however i gave the same network url

My network url is : http://searchmasti.freehostia.com/jcow/jcow4

my secure key is : g9bfrfzh1h769ajyk3455eumcxsgugwf

please help, its urgent

180 months ago
ahmedtaufiq (@ahmedtaufiq)
Join date: Apr 18th 2010
Community posts: 2
View Profile
Send Message

[quote=ahmedtaufiq]I am setting up a new jcow network.

During installation it requires the JCOW Secure key.

I registered a new network and successfully received the secure key on my email id.

But the problem is that it gives the following error :

Your Secure Key does not match the Network URL

however i gave the same network url

My network url is : http://searchmasti.freehostia.com/jcow/jcow4

my secure key is : g9bfrfzh1h769ajyk3455eumcxsgugwf

please help, its urgent[/quote]

I changed the host and it is now installed.

But now another problem comes in.

my network URL: http://shosting.comlu.com/jcow/jcow7/index.php

it says that every page is missing. Please help admin

180 months ago
stan (@stan)
Join date: Mar 17th 2010
Community posts: 127
View Profile
Send Message

option 1(recommended): make your server support .htaccess

or, option 2: open your "/my/config.php",find this lines:
[code]//$ubase = $uhome.'/index.php?p=';
$ubase = $uhome.'/';[/code]
and change them to:
[code]$ubase = $uhome.'/index.php?p=';
//$ubase = $uhome.'/';[/code]

180 months ago