View previous topic :: View next topic |
Author |
Message |
StarChip -
Joined: 24 May 2004 Posts: 3
|
Posted: Fri Jun 25, 2004 7:35 pm Post subject: Typo3 |
|
|
Has anyone had luck getting TYPO3 CMS working within Aprelium? |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Fri Jun 25, 2004 7:45 pm Post subject: |
|
|
I can try and set it up on my test server and see if it works
and post you some information when I have it. Is that ok ? |
|
Back to top |
|
 |
StarChip -
Joined: 24 May 2004 Posts: 3
|
Posted: Fri Jun 25, 2004 7:52 pm Post subject: |
|
|
Thank you for your help.
www.typo3.com
www.typo3.org
This is explained as a more versitale, robust CMS system. From what I have been able to get working it looks promissing. |
|
Back to top |
|
 |
TRUSTAbyss -
Joined: 29 Oct 2003 Posts: 3752 Location: USA, GA
|
Posted: Sun Jun 27, 2004 2:22 pm Post subject: |
|
|
Ok , I think it does work on Abyss , I got to the part where you can
install the script and everything but I didn't go further because the
MySQL server isn't installed on my test machine at the moment , I
will test the full installtion later but try removing the if statement in
typo3\install\index.php , it will look like the following. Look below !
Code: |
if (1==1 || (substr($HTTP_SERVER_VARS['REMOTE_ADDR'],0,7)!='192.168' && $HTTP_SERVER_VARS['REMOTE_ADDR']!='127.0.0.1')) {
die("In the main source distribution of TYPO3, the install script is disabled by a die() function call.<BR>Open the file typo3/install/index.php and remove/out-comment the line that outputs this message!");
}
|
Than browse to your site http://your-site.com/quickstart-3.6.1/
please rename your quickstart-3.6.1 folder to typo3 , ok ! |
|
Back to top |
|
 |
|