homers Posted September 22, 2009 Report Share Posted September 22, 2009 Skripts: RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^.* /index.php?q=$0 [QSA,L] Viss iet, bet kā uztaisīt no ?q=user&id=ID uz /user/ID ? Quote Link to comment Share on other sites More sharing options...
Trac3 !! Posted September 22, 2009 Report Share Posted September 22, 2009 (edited) RewriteRule ^(.*)/(.*)$ ?q=$1&id=$2 [L,QSA] šim vajadzētu darboties Edited September 22, 2009 by Trac3 !! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.