Page 1 of 1
index.php
Posted: 22 Feb 2010, 12:30
by clemi6
Hello,
I need to put the start page of the gallery (index.php) in a different directory than the rest.
how I can do that?
if I change this script
<?php include_once('imagevue.php'); ?>
in this one
<?php include_once('prova/imagevue.php'); ?>
the gallery doesn't work.
which pat I need to change?
thanks
Posted: 25 Mar 2010, 07:06
by clemi6
any advise??
Posted: 25 Mar 2010, 12:07
by Nick
Not sure what you mean, why separate entry point from the rest? What are you trying to achieve?
Posted: 26 Mar 2010, 06:28
by clemi6
Hi Pain,
I need to separate the entry point from the rest because in my server I have just one folder where I can write (cmod 777).
So I need to put the entry point in the general folder and the rest in the "public" folder (cmod 777) to use the admin pannel in the right way.
thanks
Posted: 29 Mar 2010, 05:44
by mjau-mjau
I suggest you use the standard.html file and put in any folder you like, making sure to change ALL references to files(js, css, swf) so they point to the correct location. You can then host your standard.html(rename to index.html) in any other folder ...
Posted: 29 Mar 2010, 06:50
by clemi6
thanks mjau-mjau,
but I would like to open directly the flash version.
there is any possibility? like changing a pat in the index.php file or something alse?
thank you very much
Posted: 29 Mar 2010, 08:30
by mjau-mjau
clemi6 wrote:thanks mjau-mjau,
but I would like to open directly the flash version.
there is any possibility? like changing a pat in the index.php file or something alse?
What do you mean "open directly the flash version". I am speaking of the flash version, but you must embed it in your own remote document. This is the on I speak about:
https://www.photo.gallery/soda/standard.html
As you can see, its flash.
Posted: 19 Jun 2010, 12:37
by clemi6
making sure to change ALL references to files(js, css, swf) so they point to the correct location.
how many change I have to do?
I changed 2 for css, 2 for js and 3 for swf.
but the page doesn't work.
can you help me please?
Posted: 20 Jun 2010, 18:57
by mjau-mjau
Whats your link? I have to diagnose it ... Probably some small mistake
Posted: 21 Jun 2010, 04:14
by clemi6
I have resolve.
Thanks