• hello all.

    my blog .htaccess directory is: http://www.mysiteadres .com/blog/.htaccess


    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /blog/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog/index.php [L]
    </IfModule>

    # END WordPress

    how move to in http://www.mysiteadres .com/.htaccess ?
    if you reply me I will be happy . thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘move .htaccess to root directory’ is closed to new replies.