xPtv45z Posted October 30, 2008 Report Share Posted October 30, 2008 Samaini vietām RewriteRule ^([a-zA-Z_]+)/([0-9]+)/$ index.php?page=$1&id=$2 [QSA,L] RewriteRule ^lang/(.*)$ index.php?lang=$1 [QSA,L] RewriteRule ^(.*)/$ index.php?page=$1 [QSA] Link to comment Share on other sites More sharing options...
andrisp Posted October 30, 2008 Report Share Posted October 30, 2008 nujā, jo tev nav rūlis, kas apstrādātu tādu. Link to comment Share on other sites More sharing options...
Val Posted October 30, 2008 Report Share Posted October 30, 2008 RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^lang/(.*)$ index.php?lang=$1 [QSA,L] RewriteRule ^mail/(.*)?$ index.php?page=mail&do=$1 [QSA,L] RewriteRule ^([a-zA-Z_]+)/([0-9]+)/?$ index.php?page=$1&id=$2 [QSA,L] RewriteRule ^([a-zA-Z_]+)/?$ index.php?page=$1 [QSA,L] Link to comment Share on other sites More sharing options...
Recommended Posts