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 :'( :'( Link to comment https://forums.phpfreaks.com/topic/77495-explanation-for-htaccess-code/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.