Jump to content

??? explanation for .htaccess code


wisammo

Recommended Posts

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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.