Page 1 of 1

Need a few questions answering :)

PostPosted: Sat Jun 02, 2007 7:45 am
Author: [C5]BockerPamp;C
Hey Peeps :o <img>

Many Thanx

Re: Need a few questions answering :)

PostPosted: Sat Jun 02, 2007 1:29 pm
Author: tmotley
1) http://www.integramod.com/forum/viewtopic.php?t=3429

2) IM Portal Blocks Management to change position of blocks

3) Maybe try this: http://www.integramod.com/forum/viewtop ... &&start=15

4) There are several ways to attack this. .htaccess or index.html file are the most popular probably. I use an index.html file at the root of my website that redirects to a portal.php in a subdirectory of my website.

baseurl.com redirects to baseurl.com/sub/portal.php

Here's the code to put in an index.html file if you want to try it out.

[code]<html>   <head>   <title>WEBSITE NAME - PORTAL</title> <META HTTP-EQUIV="Refresh"       CONTENT="0; URL=http]