| | |||||
| ||||||||
| Website Development Development concepts, scripts, sponsors and affiliate programs. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Senior Member Join Date: May 2003
Posts: 1,831
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Setting Up A Forum Question How do I put the Invision Board script in my main directory (just xxxx.com) if I am hosting the board myself? Invision Board calls for a subdirectory like xxxx.com/invisionboard/
__________________ GiantNames.com - Domain Names Above The Rest! |
| |
| | #5 (permalink) | ||||
| Account Suspended Join Date: Sep 2003 Location: 127.0.0.1
Posts: 633
![]() ![]() ![]() ![]() ![]() ![]() |
They put it recomended in a sub dir just in case you have other parts of the website that you dont want to get copied over. For an easy redirection script, just make a page that has: Code: <META HTTP-EQUIV="refresh" content="0;URL=http://www.yourSite.com/subDir"> Hope this helps! | ||||
| |
| | THREAD STARTER #6 (permalink) |
| Senior Member Join Date: May 2003
Posts: 1,831
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Thanks for the help .
__________________ GiantNames.com - Domain Names Above The Rest! |
| |
| | #7 (permalink) |
| NamePros Regular Join Date: Nov 2003
Posts: 252
![]() | Or if you setup the IP dynamic lite feature in IPB, that will be the intro (homepage) to your site which can take the user to the forums.
__________________ Tutorial Maniacs - The most comprehensive collection of QUALITY hand picked tutorial links on the internet. http://www.tutorialmaniacs.com |
| |
| | #8 (permalink) |
| Senior Member Join Date: Oct 2003 Location: Hawaii
Posts: 3,529
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | You can also use a php redirection code <?php header("Location: http://www.xxxxx.com/forum"); ?> add that on top of the html page. LoL so many choices so little decisions ...
__________________ Standards Voice - Coming soon... |
| |
| | THREAD STARTER #9 (permalink) |
| Senior Member Join Date: May 2003
Posts: 1,831
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Mission accomplished . I copied all the files into the main directory then I removed the subdirectory everytime it was listed in the config file.
__________________ GiantNames.com - Domain Names Above The Rest! |
| |
| | THREAD STARTER #11 (permalink) |
| Senior Member Join Date: May 2003
Posts: 1,831
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Well its not finished yet lol. Don't worry, I will announce it when its ready. I did encounter one problem tho that is in the admin area not the forum itself. For some reason, the menu on the left is having image errors. I can still perform all the functions but I get the red Xs in little boxes now. I copied everything into that directory so no clue what the problem is, unless I was supposed to alter a files besides the config. After looking at it closer, the images were in the 'sys-img' folder and I am not seeing that folder.
__________________ GiantNames.com - Domain Names Above The Rest!
Last edited by DomainOgre; 12-16-2003 at 01:33 AM.
|
| |
| | THREAD STARTER #12 (permalink) |
| Senior Member Join Date: May 2003
Posts: 1,831
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Fixed it . The folder I was looking for was in the html folder so I guess I got one of the paths messed up.
__________________ GiantNames.com - Domain Names Above The Rest! |
| |