wisammo Posted November 15, 2007 Share Posted November 15, 2007 the main question??!! I want a .htaccess file. this file will be in the directory wm in my site. the path for it will be: www.mydomain.com/wm/.htaccess if the client order www.mydomain.com/wm/{text} the .htaccess will redirect him to www.mydomain.com/index.php?id={text} where {text} is a text like a user name. example about these order: www.mydomain.com/wm/apple will redirected to www.mydomain.com/index.php?id=apple AND www.mydomain.com/wm/moon will redirected to www.mydomain.com/index.php?id=moon I want your help, please. :'( :'( :'( :'( :'( :'( ================ second can any body explain to me this code: RewriteEngine On RewriteBase /domain.net/ #uploaded files RewriteRule ^(.*/)?files/$ index.php [L] RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule . - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] help please :'( :'( 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.