Title: redirection problem
Last modified: August 19, 2016

---

# redirection problem

 *  [embisiz](https://wordpress.org/support/users/embisiz/)
 * (@embisiz)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/redirection-problem-1/)
 * Hi, I have been having some problems with redirection. My wordpress files are
   in mydomain.com/blog folder and I have been using the blog adress also as mydomain.
   com/blog, but now I want to move the address to the root, just mydomain.com/ 
   however even tough I change the “Blog address (URL): mydomain.com/” when I enter
   an address like “mydomain.com/blog/category/test” this address is not directed
   to “mydomain.com/category/test” and throws a 404 error.
 * I have copied index.php and .htaccess from blog folder to the root as it says
   in [http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory](http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory)
   
   And my .htaccess is like the following:
 *     ```
       # 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
   
       RewriteCond %{HTTP_HOST} ^blog.buyruk.net$ [OR]
       RewriteCond %{HTTP_HOST} ^www.blog.buyruk.net$
       RewriteRule ^(.*)$ http://buyruk.net [R=301,L]
       ```
   
 * How can I solve this problem?

Viewing 1 replies (of 1 total)

 *  Thread Starter [embisiz](https://wordpress.org/support/users/embisiz/)
 * (@embisiz)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/redirection-problem-1/#post-683522)
 * Not anyone can help?

Viewing 1 replies (of 1 total)

The topic ‘redirection problem’ is closed to new replies.

## Tags

 * [folder](https://wordpress.org/support/topic-tag/folder/)
 * [root](https://wordpress.org/support/topic-tag/root/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 1 participant
 * Last reply from: [embisiz](https://wordpress.org/support/users/embisiz/)
 * Last activity: [18 years, 4 months ago](https://wordpress.org/support/topic/redirection-problem-1/#post-683522)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
