Forums / Install & configuration / Can not find the page!
Lars Zwaan
Sunday 28 December 2003 1:55:52 am
After succesfully install Exponential and create a webshop, i have 2 links (http://localhost/Exponential/index.php/shop & http://localhost/ezpublishindex.php/shop_admin), both are not working. But when fill in as url http://localhost/Exponential/index.php at the end without the rest, i can see the webshop now but all the links are dead. So for me it looks like the setup didn't install my webshop.Another question is: is this correct as a url ?http://localhost/Exponential/index.php/shop_admin
Balazs Halasy
Sunday 28 December 2003 4:07:59 am
Please tell us about your system. What kind of software are you using and which versions? (Apache, PHP, MySQL, etc.) Are you using any PHP accelerators?
Balazs
Patrick Coté
Sunday 28 December 2003 9:23:11 am
Good day all,
I have the same problem here on non virtual host.. Do you have the 500 internal error?
here is what I found about that error;
This a common error that many web developers get when running cgi scripts for the first time. It is often resolved by making sure you have done the following:
When editing your cgi script use a program that saves the file as a 'text file' type. DO NOT use Notepad that comes with Microsoft Windows because it doesn't save files in pure ASCII text format. Use Wordpad instead to edit files.
FTP your cgi scripts in ASCII mode into the cgi-bin directory. Set the file permissions on the cgi script file and directories to be 'chmod 755'. If you use CuteFTP to transfer files, right click on the file and select change file attributes. Using CuteFTP, click on the read, write, execute checkboxes under 'owner'. If all else fails, add this line at the top of your Perl script after #!/usr/bin/perl This line instructs the server to display any errors to the web browser: use CGI::Carp qw(fatalsToBrowser); Double check any changes you have made to the script. Make sure you have the correct entries for paths etc.
let me know if it make sense to you Balazs
thanks
Patrick
[email protected]
Sunday 28 December 2003 10:10:10 pm
Just to test Exponential, i installed it on my pc (win xp) without virtual host, so apache, php, mysql is installed locally Versions: mysql-4.0.16, mysqlcc-0.9.3-win32, apache_2.0.47,PHP 4.3.4
Jose Luis Escribano Corral
Wednesday 31 December 2003 3:51:37 am
I have the same problem ... I use intranet template ... I finish all wizard instalation ... and when I try to access to http://localhost/ez2/web (public) or http://localhost/ez2/site (admin) ,server answer that page not found !
Linux SuSE 2.4.20-4GB #1 Mon Mar 17 17:54:44 UTC 2003 i686 PHP Version 4.3.1 Apache/1.3.27 Mysql 3.23.55XML support active / XSLT enabled
Aaron Kassover
Wednesday 07 January 2004 7:45:10 pm
I have the same problem. Has anybody found a solution to this?
Borislav Dobrudzhanski
Friday 09 January 2004 5:10:27 pm
I have the same problem too.