Hallo,
leider funktioniert die URL-Umschreibung auf der Website www.laurentiusweb.de nicht. Nach der Aktivierung dieser Funktion meldet Server 404 Error.
Der Inhalt der .htaccess Datei:
Inhalt der vHost:Code:## # Rewrite base ## RewriteEngine On RewriteBase / ## # Block malicious requests ## RewriteCond %{REQUEST_URI} (ftp|https?):|/etc/ [NC,OR] RewriteCond %{QUERY_STRING} (ftp|https?):|/etc/ [NC] RewriteRule .* - [F,L] ## # Compress .js and .css files ## AddEncoding gzip .gz <FilesMatch "\.js\.gz$"> AddType "text/javascript" .gz </FilesMatch> <FilesMatch "\.css\.gz$"> AddType "text/css" .gz </FilesMatch> RewriteCond %{HTTP:Accept-encoding} gzip RewriteCond %{REQUEST_FILENAME} \.(js|css)$ RewriteCond %{REQUEST_FILENAME}.gz -f RewriteRule ^(.*)$ $1.gz [QSA,L] ## # Rewrite TYPOlight URLs ## RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*\.html)$ index.php/$1 [L]
Ich habe apache schon lange nicht mehr angerührt oder liegt es irgendwie an TL?Code:# 20_froxlor_normal_vhost_laurentiusweb.de.conf # Created 31.03.2010 15:45 # Do NOT manually edit this file, all changes will be deleted after the next domain change at the panel. # Domain ID: 4 - CustomerID: 2 - CustomerLogin: cu0547 <VirtualHost 88.198.25.35:80> ServerName laurentiusweb.de ServerAlias www.laurentiusweb.de ServerAdmin gemeindediakon@gmail.com DocumentRoot "/var/syscp/webs/cu0547/" SuexecUserGroup "cu0547" "cu0547" <Directory "[..]/"> [..] Options +ExecCGI FollowSymLinks SymLinksIfOwnerMatch AllowOverride All Order allow,deny allow from all </Directory> ErrorLog "-" CustomLog "/-" combined </VirtualHost>
Danke für eure Hilfe.

 
			
 
			
			 URL-Umschreibung ohne Suffix
 URL-Umschreibung ohne Suffix
				 
					
					
					
						 Zitieren
Zitieren
 Zitat von Andreas
 Zitat von Andreas
					

 :
: 
			
			 
 
