[TYPO3-english] RealURL
ddrill
p.halczakCUT at ITyahoo.co.uk
Thu Feb 12 17:59:33 CET 2009
piet roorda wrote:
> what will we make from this?
in the begining of setup:
config.simulateStaticDocuments = 0
config.baseURL = http://acapulcoheating.com/
config.tx_realurl_enable = 1
.htaccess:
RewriteEngine On
RewriteRule ^typo3$ - [L]
RewriteRule ^typo3/.*$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php
all page's fields SpeakingURL not empty
no idea what to add to localconf.php
More information about the TYPO3-english
mailing list