Title: problem after installing
Last modified: August 30, 2016

---

# problem after installing

 *  [elrondsmith](https://wordpress.org/support/users/elrondsmith/)
 * (@elrondsmith)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/problem-after-installing-4/)
 * hello,
    I installed wp manualy in xampp htdocs dir. then im able to login in 
   my admin page (console) but when im trying to see my site, i see just the list
   of files and folders in that directory (folder) what was wrong? I have conection
   to database, and almost everything is fine. but i dont see site im creating

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [leejosepho](https://wordpress.org/support/users/leejosepho/)
 * (@leejosepho)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/problem-after-installing-4/#post-6315521)
 * I once had that problem, and I think I fixed it by adding htaccess:
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       # for \htdocs\wordpress\
       RewriteBase /wordpress/
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /wordpress/index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
 * note: change ‘wordpress’ (two places) to your own foldername inside htdocs.
 *  Thread Starter [elrondsmith](https://wordpress.org/support/users/elrondsmith/)
 * (@elrondsmith)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/problem-after-installing-4/#post-6315545)
 * i will try

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘problem after installing’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [elrondsmith](https://wordpress.org/support/users/elrondsmith/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/problem-after-installing-4/#post-6315545)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
