1
jamminjay
making xoops default
  • 2006/8/25 12:44

  • jamminjay

  • Just popping in

  • Posts: 15

  • Since: 2006/8/19


hi im currently designing my XOOPS theme and my URL ishttp://www.website.com/xoops .... how can i make XOOPS my defualt index page?

2
Quest
Re: making xoops default
  • 2006/8/25 13:38

  • Quest

  • Friend of XOOPS

  • Posts: 1034

  • Since: 2005/11/19


See this post:
POST

Also take a look at the FAQs pages and XOOPS new DOCUMENTATIONsite for even more helpfull and detailed instructions on how to get your XOOPS up and running smoothly.

Quest

3
nekro
Re: making xoops default
  • 2006/8/25 14:36

  • nekro

  • Quite a regular

  • Posts: 213

  • Since: 2005/11/9


move all the content of www.mywebsite.com/xoops to your domain root directory --> www.mywebsite.com and change 2 lines in your mainfile.php

Line 1
NOW: define('XOOPS_ROOT_PATH', '/developer/site1/xoops/');
LATER:define('XOOPS_ROOT_PATH', '/developer/site1/');

Line 2
NOW:define('XOOPS_URL', 'http://www.mywebsite.com/xoops');
LATER:define('XOOPS_URL', 'http://www.mywebsite.com');

Luck!

4
nekro
Re: making xoops default
  • 2006/8/25 14:38

  • nekro

  • Quite a regular

  • Posts: 213

  • Since: 2005/11/9


you also can put a index.php in your domain root directory with the next text..

<?
header("Location:http://www.mywebsite.com/xoops");
?>

is easier...

Login

Who's Online

152 user(s) are online (96 user(s) are browsing Support Forums)


Members: 1


Guests: 151


Mamba,

more...

Donat-O-Meter

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

Latest GitHub Commits