Title: Page Not Found
Last modified: August 31, 2016

---

# Page Not Found

 *  Resolved [gulizbayram](https://wordpress.org/support/users/gulizbayram/)
 * (@gulizbayram)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/page-not-found-252/)
 * Hi everyone. I’m new here.
 * I have a problem and I was surfing in this site to solve my problem but I couldn’t.
   
   Actually I’m not good at these things but I have to do.
 * Whatever.
    I can’t see any pages on my website but homepage. Says 404 not found.
 * I did nothing on the codes. Change permalink acts but same.
 * What should I do?
    Please help me. [http://qebaalrabee.com](http://qebaalrabee.com)
   I use Storefront, Jetpack, WPML, WooCommerce etc.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/page-not-found-252/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/page-not-found-252/page/2/?output_format=md)

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [9 years, 11 months ago](https://wordpress.org/support/topic/page-not-found-252/#post-7419198)
 * There are a couple of possibilities. First, go to settings-> permalinks and click“
   save” then see if that fixes the problem.
 * If not, tell me how you are hosting this site.
 *  Thread Starter [gulizbayram](https://wordpress.org/support/users/gulizbayram/)
 * (@gulizbayram)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/page-not-found-252/#post-7419204)
 * No, I’ve done this before.
 * I’m hosting it at hostgator.
    The pages exist for months. I or any other user
   have done nothing new.
 *  Thread Starter [gulizbayram](https://wordpress.org/support/users/gulizbayram/)
 * (@gulizbayram)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/page-not-found-252/#post-7419206)
 * Sorry, I didn’t think it’s interested but I think I shouldn tell.
 * The day before I’ve added some lines to style.css
    because on the top of the 
   page there was author information which I didn’t want and didn’t exist before.
   I’ve added these and it’s gone.
 *     ```
       .author {
       display: none;
       } .entry-meta {
       display:none;
       }
       ```
   
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [9 years, 11 months ago](https://wordpress.org/support/topic/page-not-found-252/#post-7419211)
 * Is your .htaccess file still there?
 *  Thread Starter [gulizbayram](https://wordpress.org/support/users/gulizbayram/)
 * (@gulizbayram)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/page-not-found-252/#post-7419214)
 * Yes and I changed its permissions 644 to 666 to make it writeable.
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [9 years, 11 months ago](https://wordpress.org/support/topic/page-not-found-252/#post-7419216)
 * can you .htaccess here?
 * You may want to put in a ticket with Hostgator in the meantime, because it sure
   seems like your .htaccess file is being ignored.
 *  Thread Starter [gulizbayram](https://wordpress.org/support/users/gulizbayram/)
 * (@gulizbayram)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/page-not-found-252/#post-7419217)
 * I tried to change permalinks’ structure but I think nothing’s happened.
 * btw .htaccess file’s last modified date doesn’t change. It is still Nov 2015
 *  Thread Starter [gulizbayram](https://wordpress.org/support/users/gulizbayram/)
 * (@gulizbayram)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/page-not-found-252/#post-7419218)
 * > can you .htaccess here?
 * do you want me to put the file here?
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [9 years, 11 months ago](https://wordpress.org/support/topic/page-not-found-252/#post-7419219)
 * yeah, though I don’t expect there’s anything wrong with it.
 *  Thread Starter [gulizbayram](https://wordpress.org/support/users/gulizbayram/)
 * (@gulizbayram)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/page-not-found-252/#post-7419220)
 * by the way. I have another website which on hostgator.
 * it showed this behavior yesterday and then it fixes by its own. now everything
   is ok with that site. I’ve done nothing.
 * here is my .htaccess file
 *     ```
       # 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
       ```
   
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [9 years, 11 months ago](https://wordpress.org/support/topic/page-not-found-252/#post-7419224)
 * that looks good. If I were you, I’d ping hostgator support.
 *  [ProjectArmy](https://wordpress.org/support/users/supporthero/)
 * (@supporthero)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/page-not-found-252/#post-7419227)
 * Have you tried setting the permalinks to “Plain”?
 *  Thread Starter [gulizbayram](https://wordpress.org/support/users/gulizbayram/)
 * (@gulizbayram)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/page-not-found-252/#post-7419240)
 * [@bryan](https://wordpress.org/support/users/bryan/) Valentino
 * I made it, and yes they’re working now!
 * Thank you so much. Well that’s not I wanted but at least we can reach them…
 * [@sterndata](https://wordpress.org/support/users/sterndata/) thank you, too
 *  [ProjectArmy](https://wordpress.org/support/users/supporthero/)
 * (@supporthero)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/page-not-found-252/#post-7419242)
 * Glad to have helped. 🙂
 * This trouble is usually caused by an invalid htaccess content or permalink settings.
   The plain permalink settings is the default setting however it is not SEO friendly.
   Can you try to set it to post name and see if it works?
 *  Thread Starter [gulizbayram](https://wordpress.org/support/users/gulizbayram/)
 * (@gulizbayram)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/page-not-found-252/#post-7419243)
 * I tried but no, same things happened. not working

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/page-not-found-252/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/page-not-found-252/page/2/?output_format=md)

The topic ‘Page Not Found’ is closed to new replies.

## Tags

 * [not found page](https://wordpress.org/support/topic-tag/not-found-page/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 16 replies
 * 3 participants
 * Last reply from: [ProjectArmy](https://wordpress.org/support/users/supporthero/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/page-not-found-252/page/2/#post-7419250)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
