Title: Permalinks Causing Problems
Last modified: August 20, 2016

---

# Permalinks Causing Problems

 *  Resolved [VirtualityStudio](https://wordpress.org/support/users/virtualityreiki/)
 * (@virtualityreiki)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/permalinks-causing-problems/)
 * Pretty permalinks is not working on my site. It returns a 404 error for all single
   pages, and a function.preg-match error on the blog. The function error appeared
   after updating WP-ecommerce plugin today… which I need, so I can’t just turn 
   it off. I have been ripping my hair out all morning trying to find the source
   of the single post page issue, but haven’t found it.
 * Any ideas about how to fix this? Right now I have it on default settings and 
   those problems go away. That of course causes a whole host of other problems 
   though… Switching to default and back doesn’t work. VERY frustrating!
 * Site is liskabora.com

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

 *  [Epro](https://wordpress.org/support/users/epro/)
 * (@epro)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/permalinks-causing-problems/#post-3188678)
 * Is this on a localhost? turn the rewrite_module on for Apache, and you’re gold
 *  Thread Starter [VirtualityStudio](https://wordpress.org/support/users/virtualityreiki/)
 * (@virtualityreiki)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/permalinks-causing-problems/#post-3188682)
 * No – it is hosted on godaddy. :/
 *  Thread Starter [VirtualityStudio](https://wordpress.org/support/users/virtualityreiki/)
 * (@virtualityreiki)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/permalinks-causing-problems/#post-3188695)
 * Here is the htaccess file contents:
 *     ```
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
   
       # 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
       ```
   
 * It is inside of a subdomain folder… could that be causing the problem?
 *  [Epro](https://wordpress.org/support/users/epro/)
 * (@epro)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/permalinks-causing-problems/#post-3188731)
 * Does this help?
 * [http://askowen.info/2008/05/make-wordpress-permalinks-work-on-godaddy/](http://askowen.info/2008/05/make-wordpress-permalinks-work-on-godaddy/)
 *  Thread Starter [VirtualityStudio](https://wordpress.org/support/users/virtualityreiki/)
 * (@virtualityreiki)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/permalinks-causing-problems/#post-3188733)
 * You are AWESOME! Between that and deactivating a wp-ecommerce add-on plugin I
   am back up and running again!
 * Thank you!!!!!!!!!!

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

The topic ‘Permalinks Causing Problems’ is closed to new replies.

## Tags

 * [permalinks](https://wordpress.org/support/topic-tag/permalinks/)
 * [post](https://wordpress.org/support/topic-tag/post/)
 * [single](https://wordpress.org/support/topic-tag/single/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 5 replies
 * 2 participants
 * Last reply from: [VirtualityStudio](https://wordpress.org/support/users/virtualityreiki/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/permalinks-causing-problems/#post-3188733)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
