| Author |
Message |
teepo3
Joined: 25 Jan 2006 Posts: 45
|
Posted: 25 Jan 2006 - 3:07 pm Post subject:
.htaccess
|
|
|
Hello, I'm new to this forum.
I have installed typo3 on my Windows local machine for testing purposes. So far, the only problem I have relates to friendly URL's.
I have activated simulateStaticDocuments = 1 and used the recommended .htaccess.
I get links like:
Please let me know if is it possible to get a better link structure like:
or something like that? |
|
|
Back to top
|
|
|
moob

Joined: 11 Oct 2005 Posts: 132
|
Posted: 25 Jan 2006 - 3:44 pm Post subject:
|
|
|
1. activate: config.simulateStaticDocuments_noTypeIfNoTitle = 1
2. use the field alias for url text
moob |
|
|
Back to top
|
|
|
teepo3
Joined: 25 Jan 2006 Posts: 45
|
Posted: 25 Jan 2006 - 4:01 pm Post subject:
|
|
|
| moob wrote: |
1. activate: config.simulateStaticDocuments_noTypeIfNoTitle = 1
moob |
Whereabout? |
|
|
Back to top
|
|
|
moob

Joined: 11 Oct 2005 Posts: 132
|
Posted: 25 Jan 2006 - 5:09 pm Post subject:
|
|
|
TypoScript Syntax and In-depth Study:
http://typo3.org/documentation/document-library/doc_core_ts/
| Line: |
Code: |
1 2 3 4 5 6 7 8 9 10 11 12 13
| |
config.simulateStaticDocuments = 1
config.simulateStaticDocuments_noTypeIfNoTitle = 1
config.spamProtectEmailAddresses = 1
page = PAGE
page.typeNum = 0
page.stylesheet = fileadmin/template/typo3cafe.css
page.config.index_enable = 1
page.10 = TEMPLATE
...
|
|
Show complete code
|
|
|
|
Back to top
|
|
|
teepo3
Joined: 25 Jan 2006 Posts: 45
|
Posted: 25 Jan 2006 - 6:14 pm Post subject:
|
|
|
Better I start reading first. Also, please let me know where can I find some templates in order to take a look at the code.
Thanks. Last edited by teepo3 on 27 Jan 2006 - 5:25 pm; edited 1 time in total |
|
|
Back to top
|
|
|
moob

Joined: 11 Oct 2005 Posts: 132
|
|
|
Back to top
|
|
|
teepo3
Joined: 25 Jan 2006 Posts: 45
|
Posted: 25 Jan 2006 - 7:35 pm Post subject:
|
|
|
| Thank you moob for your help. |
|
|
Back to top
|
|
|
|