This is a discussion on How to make a index.php page with a another name in OSMAX? within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; I do want make a 'top" page ( see headernavigation bar) and for that i need to the index.php with ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I do want make a 'top" page ( see headernavigation bar) and for that i need to the index.php with a another name. Note: i do want to chance the name "top" in the headernavigationbar in "HOME" and link this to the new homepage. I don't know yet also how to link this homepage with the new to make headernavigation bar HOME (link) Perhaps it possible to build up a homepage by first define a new home.php in OSMAX and copy and paste the content of the index.php on it=> i give a possible solution? Still remains the question how to make a link to the new homepage? doumawis |
| Sponsored Links | ||
| ||
|
#2
| ||||
| ||||
| actually if you look in /includes/configure.php on line 14 you will see a define statement which says: Code: define('HTTP_SERVER', '');
The "Catalog" link is actually built from the combined define statement in line 14 above and the define statement on line 21. It concantonates the two into a single URL line 21 is as follows: Code: define('DIR_WS_HTTP_CATALOG', '');
Code: define('HTTP_SERVER', 'http://www.widgets.com'); // eg, http://localhost - should not be empty for productive servers
define('HTTPS_SERVER', 'https://www.widgets.com'); // eg, https://localhost - should not be empty for productive servers
define('ENABLE_SSL', true); // secure webserver for checkout procedure?
define('HTTP_COOKIE_DOMAIN', 'widgets.com');
define('HTTPS_COOKIE_DOMAIN', 'widgets.com');
define('HTTP_COOKIE_PATH', '/catalog');
define('HTTPS_COOKIE_PATH', '/catalog');
define('DIR_WS_HTTP_CATALOG', '/catalog');
define('DIR_WS_HTTPS_CATALOG', '/catalog');
__________________ Clifton Murphy CEO/CTO Hyperactive Inc. osCommerce hosting, OSCMAX hosting, osCommerce modification, and OSCMAX modification specialists! |
|
#3
| |||
| |||
| Quote:
i will study this and the whole idea is to use the index.php as catalog page and add a home page ( now it is the task to fill the homepage with some boxes) I have made also a another easy solution for the "homepage/catalogpage "problem: http://www.janzerospec.com/catalog/index.php So i will look at it again NOTE At the moment i am really stuck ( dead-end)with the making of my oscommerce shop, because i cannot install a shipping or paymentmodule ( there is nothing coming on the homepage ??) Well i you want you can make a try in the adminstration ?( please go ahead and look around there) doumawis |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to make the image on product page | johnkwok | osCMax v2 Features Discussion | 0 | 05-20-2006 01:55 PM |
| Make www.mydomain.co.uk the home page | Vick2004uk | osCommerce 2.2 Installation Help | 2 | 01-03-2005 03:24 PM |
| make catalog/index.php the default homepage of my website... | ReginaStelling | osCommerce 2.2 Modification Help | 10 | 09-20-2004 01:00 PM |
| How to make categories appear in the center of page | hisapostle | osCommerce 2.2 Modification Help | 1 | 01-29-2004 05:14 AM |
| MS2 Max 1.5 - cannot go back to index page | goldie | osCMax v1.7 Discussion | 2 | 10-21-2003 10:19 AM |