1
martman
Browser can't find index.php
  • 2004/4/8 0:29

  • martman

  • Just popping in

  • Posts: 1

  • Since: 2004/4/8 0


I installed the newest XOOPS with no problems untill the end of install. The link that was suppose to go to the site was back to the install dir. During install I made sure tu put http://website/xoops without trailing slash and C/xtamia/webpages/xoops . Tables was installed but when I try to go to /xoop/index.php I get
Thanks in advance






HTTP 404 Not Found

2
JackJ
Re: Browser can't find index.php
  • 2004/4/8 2:52

  • JackJ

  • Community Support Member

  • Posts: 747

  • Since: 2003/8/31


Is this installed on your local machine? I noticed the "c" path?

Normally you don't add your own paths yourself, but XOOPS install finds the paths itself and writes to mainfile.php in the root of Xoops.

my paths look like this in mainfile.php

if ( !defined("XOOPS_MAINFILE_INCLUDED") ) {
define("XOOPS_MAINFILE_INCLUDED",1);

// XOOPS Physical Path
// Physical path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_ROOT_PATH', 'c:/apache/htdocs/xoops');

// XOOPS Virtual Path (URL)
// Virtual path to your main XOOPS directory WITHOUT trailing slash
define('XOOPS_URL', 'http://localhost/xoops');


I notice yours has the colon missing in your example ie

c:

Login

Who's Online

433 user(s) are online (61 user(s) are browsing Support Forums)


Members: 0


Guests: 433


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Oct 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits