[Typo3] realurl - rewriting - apache admins

media.res | alex widschwendter a.widschwendter at mediares.at
Wed Feb 2 10:10:02 CET 2005


hi,

> i configured realurl to get the path i want.
> 
> ex: http://domain.tld/cat/subcat/
> 
> the problem is, i'm tranfered to the home page regardless what i click.

the problem is solved - so far - but it is just working with .htaccess 
files. how must this setup look like for httpd.conf?

RewriteEngine On
RewriteRule ^(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|uploads)/ 
- [L]
RewriteRule ^showpic\.php - [L]
RewriteRule ^typo3$ /typo3/index_re.php [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule (.[^.]*|\.html)$ /index.php [L]

thx alex



More information about the TYPO3-english mailing list