Title: URL Problem
Last modified: August 19, 2016

---

# URL Problem

 *  [pfoconnor](https://wordpress.org/support/users/pfoconnor/)
 * (@pfoconnor)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/url-problem-8/)
 * I successfully installed WordPress, then attempted to change the url. Now my 
   browser indicates that it can’t find [http://www.zydecoirises.com/wp-admin/index.php](http://www.zydecoirises.com/wp-admin/index.php)
 * Should I uninstall and start over?

Viewing 1 replies (of 1 total)

 *  [Shane G.](https://wordpress.org/support/users/shane-g-1/)
 * (@shane-g-1)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/url-problem-8/#post-1427886)
 * Hi,
 * I suggest you to delete and recreate the htaccess of your blog/site and add this
   code in htaccess:
 *     ```
       # BEGIN WordPress
   
       <IfModule mod_rewrite.c>
       ErrorDocument 404 /index.php?error=404
       RewriteEngine On
       RewriteBase /
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
   
       # END WordPress
       ```
   
 * Thanks,
 * Shane G.

Viewing 1 replies (of 1 total)

The topic ‘URL Problem’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Shane G.](https://wordpress.org/support/users/shane-g-1/)
 * Last activity: [16 years, 2 months ago](https://wordpress.org/support/topic/url-problem-8/#post-1427886)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
