Page 1 of 1

domotiyii : url not found

Posted: Thu Jul 03, 2014 10:20 pm
by alf
I am trying to run domotiyii.

I have installed it and the home page looks right but whenever I'm clicking a link on the main page I get error 404, for example : 'The requested URL /domotiyii/devices/index was not found on this server.'

I have not been able to check if JSON-RPC server is working properly.

Re: domotiyii : url not found

Posted: Fri Jul 04, 2014 9:48 am
by wwolkers
Looks like you are trying to run DomotiYii not directly in the root of the webserver, but under /domotiyii.

You then need to edit the .htaccess file and add 'RewriteBase /domotiyii/' to it, just below the 'RewriteEngine On'

Re: domotiyii : url not found

Posted: Wed Jul 09, 2014 12:33 am
by alf
Ooooooohhhhh ! It works.

This may be added to the wiki.

Re: domotiyii : url not found

Posted: Wed Jul 09, 2014 6:48 am
by uAlex73
It looks to be there already:
Use DomotiYii

After the Server and DomotiYii are installed and configured you can start using the DomotiYii client.

Go to http://serverip/domotiyii

Re: domotiyii : url not found

Posted: Wed Jul 09, 2014 9:41 am
by alf
No, I'm talking about modifying the .htaccess file with RewriteBase. It is not in the wiki, neither in the github readme.md.