FollowSymLinks (.htaccess) - Wie funktioniert es?

Probier mal Folgendes:
Code:
Options		+FollowSymLinks +SymLinksIfOwnerMatch

RewriteEngine	On
RewriteRule	^(2[0-9]{3})/(0[0-9]|1[0-2])/(.*)$	/index.php?jahr=$1&moant=$2&titel=$3	[L]
 
Zurück