mod_rewrite | August 10, 2005-->
August 10, 2005
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME}/index.php !-f
RewriteRule ^(dir1|dir2)/(index\.php)*$ $1/$1_index.php [NC,NS,QSA]
Siehe Apache Docs: mod_rewrite.html#RewriteCond
RewriteMap categories txt:/path/to/file/categoryids.txt
RewriteRule ^(.*)$ open.php?categoryid=${categories:$1|0}
