Title: Permalink problem
Last modified: August 19, 2016

---

# Permalink problem

 *  [dumby](https://wordpress.org/support/users/dumby/)
 * (@dumby)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/permalink-problem-38/)
 * website : [http://smallworldinn.com/](http://smallworldinn.com/)
 * if you check it out right now it’s totally fine, but if you click the SAMPLE 
   PAGE (Link: [http://smallworldinn.com/sample-page/](http://smallworldinn.com/sample-page/))
   it gives me an error
 * >  Not Found
   > The requested document was not found on this server.
   >  Web Server at smallworldinn.
   > com
 * but if you add index.php after the domain it’s there
    ([http://smallworldinn.com/index.php/sample-page/](http://smallworldinn.com/index.php/sample-page/))
 * I already have my htaccess file with this code:
 * >  # 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
 * i have set my custom structure to:
 * > /%postname%/
 * help?

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

 *  [samirtuladhar](https://wordpress.org/support/users/samirtuladhar/)
 * (@samirtuladhar)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/permalink-problem-38/#post-2025787)
 * Try this in .htaccess file
 *     ```
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
       ```
   
 *  Thread Starter [dumby](https://wordpress.org/support/users/dumby/)
 * (@dumby)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/permalink-problem-38/#post-2025790)
 * [@samirtuladhar](https://wordpress.org/support/users/samirtuladhar/)
 * applied! still got the same error. 🙁
 * i really don’t know what’s wrong…
 *  [samirtuladhar](https://wordpress.org/support/users/samirtuladhar/)
 * (@samirtuladhar)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/permalink-problem-38/#post-2025791)
 * Is your website hosted on Linux or windows services.
 *  Thread Starter [dumby](https://wordpress.org/support/users/dumby/)
 * (@dumby)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/permalink-problem-38/#post-2025794)
 * Hosting Package: Windows Web Starter
    in M2host
 * Thanks!
 *  [samirtuladhar](https://wordpress.org/support/users/samirtuladhar/)
 * (@samirtuladhar)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/permalink-problem-38/#post-2025799)
 * IIS (common on Windows servers) does not support mod_rewrite. you might have 
   to contact your web hosting company to resolve it. You should have bought the
   Linux hosting.
 *  Thread Starter [dumby](https://wordpress.org/support/users/dumby/)
 * (@dumby)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/permalink-problem-38/#post-2025803)
 * ahhhhh… yeah, i did but it’s almost been a month now they haven’t solved it. 
   so if I get to transfer to a linux server this would be fixed right?
 *  [samirtuladhar](https://wordpress.org/support/users/samirtuladhar/)
 * (@samirtuladhar)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/permalink-problem-38/#post-2025808)
 * Think so. Few of my sites did have this problem but gotten fixed when changed
   to Linux hosting.
 *  Thread Starter [dumby](https://wordpress.org/support/users/dumby/)
 * (@dumby)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/permalink-problem-38/#post-2025810)
 * thanks a lot samirtuladhar!
 * I have contacted my hosting and luckily the transfer is for free and will be 
   done as soon as possible. Thanks for the great info! Didn’t know this. Lol.
 * I’ll update the thread if this will solve my problems
 *  [samirtuladhar](https://wordpress.org/support/users/samirtuladhar/)
 * (@samirtuladhar)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/permalink-problem-38/#post-2025813)
 * No worries. Glad to help you out.

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

The topic ‘Permalink problem’ is closed to new replies.

## Tags

 * [permalink](https://wordpress.org/support/topic-tag/permalink/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 9 replies
 * 2 participants
 * Last reply from: [samirtuladhar](https://wordpress.org/support/users/samirtuladhar/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/permalink-problem-38/#post-2025813)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
