Jump to content
xisto Community
Sign in to follow this  
DjLuki

Help

Recommended Posts

hey.. ok i got a problem. this is the url to my homepage http://forums.xisto.com/no_longer_exists/'>http://forums.xisto.com/no_longer_exists/ . i installed xoops and i want the xoops homepage ( http://forums.xisto.com/) to be my index page.. how can i forward it or what do i have to do so when i type my url (http://forums.xisto.com/no_longer_exists/'>http://forums.xisto.com/no_longer_exists/) it goes to the xoops page. sorry if its confusing.. but i want to make that work if its possible. when i installed xoops, i had to make a new dir.. because it wouldnt let me install it in the root dir. any ideas?Thanks

Share this post


Link to post
Share on other sites

You could make your index page a PHP Script and use

<?php include "Path to your xoops page"; ?>

Or just an HTML redirect page:
<meta http-equiv="Refresh" content="1; URL=URL to xoops here">


The HTML one should go between the opening <head> and closing <head> tags. Change 1 to how many seconds you want it to redirect to that page. I think there are other ways that you could do that...I'm not sure.
That should help. I hope I answered your question right.

Share this post


Link to post
Share on other sites

It' s Easy so!1st,Just download a Xoops from another site.2nd,to zip your xoops files to" filename.zip "3rd,upload it to your root dir4th,Click the file , on your right you will see the file options. to Extract it.5th,you will see all Xoops on your root dir6th, to change the permission of Pulic_html dir 7777th, install the Xoops.PS: I dont like it.....

Share this post


Link to post
Share on other sites

well i installed xoops through fantastico. and i don't like it much either but i can't isntall phpnuke, which is beter because i don't have enough mb so gotta be patient.

Share this post


Link to post
Share on other sites

That first php script is incorrect and thats why it didnt work. Its supposed to be...

<?php include ("Path to Xoops"); ?>
Also since your using PHP-Nuke now it wont work since PHP-Nuke uses alot of backend stuff plus xoops wouldnt have work either because it also uses backend and the images need to be link remotley and a hole bunch of junk that you need to do. Just isnt going to happen with php. So your best bet is to use that meta tag or the HTML that other person gave you. :angry:

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.