SleePyCode Forums

Special Site & Other Boards => PasteBin => Topic started by: SleePy on Aug 31, 2010, 10:10 PM

Title: Paste-1283292657:v:use_geshi-1:v:type-php
Post by: SleePy on Aug 31, 2010, 10:10 PM
RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^smf/([^/]+)/(.+?)$ index.php/$2?uselang=$1 [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+?)$ smf/index.php/$1 [L,QSA]