TYPO3

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
complete
Forum Newbie
Posts: 7
Joined: Mon Jul 04, 2005 3:26 am

TYPO3

Post by complete »

Has anyone tried TYPO3?

I have a simple question about the setup. If you have heard of TYPO3 or not, or if you have tried it or not, you still might be able to answer this if you are a webmaster and you are pretty technically savy.

This PHP, MYSQL and XML bundle comes with an text file which explains how to set things up. It lists a "STEP BY STEP' numbered tasks which seem pretty simple to follow. Number 6 on this list has got me stumped. It says:
6 Check the symlink "typo3_src" in this directory which should point to the source directory
What does this mean?

What is a symlink?

You can see the whole file at
http://www.completetranslations.com/TYP ... NSTALL.txt
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

A symlink is what you would call a shortcut on windows.

In linux a symlink simply points to another location on the filesystem.

If you want to check where a symlink points to and you have access to a secure shell on the server or FTP in some cases you can simply run `ls -l'

If the file is there I'd just assume it's correct if the above made no sense :) Nice avatar ;)
User avatar
neophyte
DevNet Resident
Posts: 1537
Joined: Tue Jan 20, 2004 4:58 pm
Location: Minnesota

Post by neophyte »

I'm working on learning TYPO3. It's not an easy thing to master. It's fairly confusing. But I never touched any config files when I installed it. I know there is a way to set up TYPO3 so you have just one set of files and run multiple virtual hosts off of it. I think this is what it's refering to....
Post Reply