Title: [Plugin: RePress] Permalink/htaccess problem?
Last modified: August 20, 2016

---

# [Plugin: RePress] Permalink/htaccess problem?

 *  [loades](https://wordpress.org/support/users/loades/)
 * (@loades)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-repress-permalinkhtaccess-problem/)
 * The installations say to “Make sure you have permalinks enabled in your WordPress
   configuration ( this should result in a .htaccess file with the proper Mod Rewrite
   rules! ).
 * I assume permalinks are enabled on my installation because under ‘Permalink Settings’‘
   Default’ is selected. Is this enough or is there something else to do?
 * I ask because RePress isn’t working in that it gives a page not found error. 
   I’ve opened the .htaccess file and can find no reference to repress in it. What
   have I misssed?
 * [http://wordpress.org/extend/plugins/repress/](http://wordpress.org/extend/plugins/repress/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [emile_all4xs](https://wordpress.org/support/users/emile_all4xs/)
 * (@emile_all4xs)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-repress-permalinkhtaccess-problem/#post-2833736)
 * Hi loades,
 * You should change your permalink settings to something like ‘post-name’ in other
   for WordPress to automatically enable permalinks.
 * Please **note**: your blog page urls wil now have the title of posts and pages
   in the url. Most people things this is nicer, but you might not want it.
 * You can manually edit the .htaccess too. Then you don’t need to change permalink
   settings. Make sure the following code block is inside your .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>
       ```
   
 * Hope this helps and good luck!

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: RePress] Permalink/htaccess problem?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/repress_b1b1b1.svg)
 * [RePress](https://wordpress.org/plugins/repress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/repress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/repress/)
 * [Active Topics](https://wordpress.org/support/plugin/repress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/repress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/repress/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [emile_all4xs](https://wordpress.org/support/users/emile_all4xs/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-repress-permalinkhtaccess-problem/#post-2833736)
 * Status: not resolved