revIgniter - setting the base url
Ralf Bitter
rabit at dimensionB.de
Fri Nov 27 06:07:08 EST 2009
Nicolas,
you did it right. It is my fault. There is a problem
if one puts the revIgniter system into a subfolder of
the root.
In your case
put "http://kweto.com/" into gConfig["baseUrl"]
should work, but it doesn't.
I will look into it immediately. In the meantime you
could create a subdomain for your testing purposes like:
http://yourSubDomain.kweto.com/
and put the revIgniter files into the root of this subdomain.
Then your setting should read:
put "http://yourSubDomain.kweto.com/" into gConfig["baseUrl"]
This works.
Ralf
On 27.11.2009, at 10:06, Nicolas Cueto wrote:
> Ralf,
>
> I am unsure what revIgniter is designed, but, if your website is based
> on it, it looks great!
>
> A newbie question, about setting the base url in application/config/config.irev.
>
> Everything works fine if I put the index.irev file and the revIgniter
> folders in my root directory (kweto.com) and then set
> gConfig["baseUrl"] to "http://kweto.com/".
>
> I then tried moving everything to a folder below my root directory
> (kweto.com/revIgniter/) and setting gConfig["baseUrl"] to
> "http://kweto.com/revIgniter/".
>
> That gave me a 404 error.
>
> I'm guessing that I'm not specifying correctly the directory path on
> my server. I've tried combinations with "/public_html/" and "/home/",
> but still no luck.
>
> Does anyone know what path I'm suppose to specify?
>
> Or is this a cPanel issue?
>
> Thank you -- for any answers, and to Ralf for what is obviously
> outstanding work.
>
> --
> Nicolas Cueto
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list