Einzelnen Beitrag anzeigen
  #3  
Alt 31.10.07, 17:17
EvilPotato EvilPotato ist offline
Forum Zuschauer
 
Registriert seit: 26.09.07
Alter: 19
Beiträge: 9

Hallo JosDesign.

Die htaccess habe ich vom Manual der RealUrl Extension rauskopiert. Sie sieht so aus:

Code:
ErrorDocument 404 /errors/404.html
ErrorDocument 500 /errors/500.html
ErrorDocument 403 /errors/403.html
ErrorDocument 401 /errors/401.html
IndexIgnore *

DirectoryIndex index.php index.html index.shtml index.cgi index.php3 index.phtml index.htm home.html welcome.html

#bis hier ist es meine htaccess

#und hier startet die realurl htaccess vom Manual
RewriteEngine On
RewriteRule ^typo3$ - [L]
RewriteRule ^typo3/.*$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule .* index.php
Mit Zitat antworten