1

I've installed my wordpress site in a folder and now I only can reach it via: [domainname]/wordpress.

Is it possible to redirect my site to [domainname]?

polonium
  • 247
  • 4
  • 17
  • http://stackoverflow.com/questions/990392/htaccess-rewrite-to-redirect-root-url-to-subdirectory – Dale Jul 16 '12 at 07:08

2 Answers2

1

Move Wordpress to your webroot:

http://codex.wordpress.org/Moving_WordPress#On_Your_Existing_Server

Garrett
  • 583
  • 1
  • 4
  • 11
1

Yes it is possible and can be done in two steps:

  1. Change Site Address Option
  2. Modify index.php

Details: http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory on the paragraph Using a pre-existing subdirectory install

RRikesh
  • 14,112
  • 5
  • 49
  • 70