RewriteEngine On Options +FollowSymlinks RewriteBase /sites/clan2 # News RewriteRule ^news/archiv/$ news\.php?action=archiv [L] RewriteRule ^news/(.+)/$ news\.php?action=view&id=$1 [L] RewriteRule ^news/$ index\.php [L] # Clan RewriteRule ^clan/member/mode/(.+)/$ clan\.php?action=member&mode=$1 [L] RewriteRule ^clan/member/view/(.+)/$ clan\.php?action=member&id=$1 [L] RewriteRule ^clan/member/$ clan\.php?action=member [L] RewriteRule ^clan/history/(.+)/$ clan\.php?action=history [L] RewriteRule ^clan/matches/squad/(.+)/$ clan\.php?action=matches&squad=$1 [L] RewriteRule ^clan/matches/view/(.+)/$ clan\.php?action=matches&id=$1 [L] RewriteRule ^clan/matches/$ clan\.php?action=matches [L] RewriteRule ^clan/about/$ clan\.php?action=about [L] RewriteRule ^clan/rankings/$ clan\.php?action=rankings [L] RewriteRule ^clan/rules/$ clan\.php?action=rules [L] # Community RewriteRule ^community/gb/page/(.+)/$ community\.php?action=gb&page=$1 [L] RewriteRule ^community/gb/insert/$ community\.php?action=gb&do=insert [L] RewriteRule ^community/gb/$ community\.php?action=gb [L] RewriteRule ^community/irc/$ community\.php?action=irc [L] RewriteRule ^community/tip/$ community\.php?action=towtip [L] # User RewriteRule ^user/profile/(.+)/$ user\.php?action=profile&id=$1 [L] RewriteRule ^user/profile/$ user\.php?action=profile [L] RewriteRule ^user/profile_edit/$ user\.php?action=profile_edit [L] RewriteRule ^user/logout/$ user\.php?action=logout [L] RewriteRule ^user/$ user\.php?action=list [L] # ToW Tip RewriteRule ^tip/register/(.+)/$ tip\.php?action=register&id=$1 [L] RewriteRule ^tip/register/$ tip\.php?action=register [L] RewriteRule ^tip/matches/(.+)/$ tip\.php?action=matches&id=$1 [L] RewriteRule ^tip/matches/$ tip\.php?action=matches [L] RewriteRule ^tip/ranks/$ tip\.php?action=ranks [L] RewriteRule ^tip/$ tip\.php?action=overview [L] # Sponsors & Partner RewriteRule ^links/(.+)/$ redirekt\.php?id=$1 [L] # Anfang RewriteRule ^$ index\.php [L]