Title: Website down, server issue?
Last modified: August 20, 2016

---

# Website down, server issue?

 *  [ianlacey1986](https://wordpress.org/support/users/ianlacey1986/)
 * (@ianlacey1986)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/website-down-server-issue/)
 * Hi there,
 * I have been having many issue with my site [http://www.350south.org](http://www.350south.org)
   in the past few weeks. When I try to access it now I am brought to the homepage
   but any tab I click from there takes me to a 404 page, however, Im confused as
   the site homepage is still accessible. Can someone help me identify the issue
   perhaps? I have very little knowledge about this and cant get further help til
   Monday so if anyone has suggestions, its much appreciated.
 * Thanks,
    Ian.

Viewing 1 replies (of 1 total)

 *  [darrenmeehan](https://wordpress.org/support/users/darrenmeehan/)
 * (@darrenmeehan)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/website-down-server-issue/#post-2876817)
 * Hi Ian,
 * Do you have a .htaccess file set up correctly? If you’re using pretty permalinks
   you need to have this.
 * it should contain something like this
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
       # END WordPress
       ```
   
 * and be in the root of your site folder structure.

Viewing 1 replies (of 1 total)

The topic ‘Website down, server issue?’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [darrenmeehan](https://wordpress.org/support/users/darrenmeehan/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/website-down-server-issue/#post-2876817)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
