Title: Continued PermaLink Problem
Last modified: August 18, 2016

---

# Continued PermaLink Problem

 *  [motoed](https://wordpress.org/support/users/motoed/)
 * (@motoed)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/continued-permalink-problem/)
 * I’ve had intermittent problems with WP Beta 1.5 for some time now. I have some
   sites that display pages no problem and other installs of the EXACT same version
   of Beta on the same server exhibits the same problem.
 * I have a site that when I set a permalink structure, the site displays everything
   as “page not found” errors. I have copied the ModRewrite text to the htaccess
   file a couple times to be sure it’s right… same problem.
 * Now I’m having a problem with a site that’s been working FINE with the permalink
   structure (www.edhidden.com) and that page shows as not found.
 * [http://www.edhidden.com/photo/test2/](http://www.edhidden.com/photo/test2/)
   
   But if you do the index.php?id=35 it’ll show.
 * This isn’t the first time this has happened.
 * Is there something I’m doing wrong?
    It seems like I must be, but I’m not sure
   what I could be doing wrong.
 * Any input on this frustrating matter would be greatly appreciated!

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

 *  [adsworth](https://wordpress.org/support/users/adsworth/)
 * (@adsworth)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/continued-permalink-problem/#post-139311)
 * Hi,
 * what version of apache are you running.
    I have found one version (2.0.51 I think)
   where I have problems with mod_rewrite. The problem arises when you have a rule
   that expects two variables one of which isn’t set, in that case it silently fails
   todo the rewrite. i.e. `^/(.+)/?(.+)/?$ index.php?page_name=$1&feed=$2` (that
   rule is untested, just to explain the problem) now if I just call /post-slug 
   then the second parameter isn’t filled and the rewrite doesn’t happen. I need
   to add a new rewrite rule just before this one without the second parameter so
   it catches the request and processes it OK.
 * I hope that gives you an idea and somewhere to start.
 * Regards
    adsworth
 *  Thread Starter [motoed](https://wordpress.org/support/users/motoed/)
 * (@motoed)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/continued-permalink-problem/#post-139618)
 * I’m running: Apache/1.3.33 Server
 *  Thread Starter [motoed](https://wordpress.org/support/users/motoed/)
 * (@motoed)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/continued-permalink-problem/#post-139620)
 * I must say… I didn’t follow your reply. I’m somewhat of an apache/php newbie.
   I’m migrating from the wonderful world of ASP and Access. And right now my head
   is spinning with what I don’t know!
 *  Thread Starter [motoed](https://wordpress.org/support/users/motoed/)
 * (@motoed)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/continued-permalink-problem/#post-139621)
 * Nevermind…
 * I just followed another thread and was working with my .htaccess file and finally
   got the write access setup on it… and NOW it’s working fine.
 *  [Bonfire](https://wordpress.org/support/users/bonfire/)
 * (@bonfire)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/continued-permalink-problem/#post-139645)
 * motoed, what did you do to solve the problem? i’m having the same issues…
 *  Thread Starter [motoed](https://wordpress.org/support/users/motoed/)
 * (@motoed)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/continued-permalink-problem/#post-139705)
 * Actually, I’m having the same problem still…
 * I didn’t have my .htaccess file set to the right permission. I thought I had 
   fixed it. I can make a change to my permalink structure, then go in and everything
   is fine, but an hour later or so, pages are reporting as “not found”.
 * It’s like the mod-rewrite rule is changing or something.
 * Is this happening often?
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/continued-permalink-problem/#post-139713)
 * Yes, the mod_rewrite rule changes whenever you change your permalinks.
 * [http://codex.wordpress.org/Using_Permalinks](http://codex.wordpress.org/Using_Permalinks)
 *  Thread Starter [motoed](https://wordpress.org/support/users/motoed/)
 * (@motoed)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/continued-permalink-problem/#post-139820)
 * Macmanx….
 * I understand that. But if I change mine, it’s ok…. then an hour or so later, 
   the Permalinks are “broken” again.
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/continued-permalink-problem/#post-139823)
 * Try this:
    1. Login to WP and navigate to Options/Permalinks 2. Access your site
   via FTP and delete the .htaccess file. 3. Change you permalinks. 4. Put the new
   rewrite rules in a new .htaccess file and upload that.
 * Also, what kind of permalink structure are you trying to use?
 *  Thread Starter [motoed](https://wordpress.org/support/users/motoed/)
 * (@motoed)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/continued-permalink-problem/#post-139836)
 * I tried to do this…
 * I got up to #3 and then changed my permalinks, but didn’t get the message “you
   don’t an htaccess file” or “we coudn’t update this automatically because of it
   wasn’t writable” message. It just acted like the file was there.
 * And it looks like it created a new htaccess file.
 * The links appear to work now. I wonder if they will shortly though.
 * (one last issue that MIGHT be causing problems… is my server provider has a web
   control panel where I’d made changes to my htaccess file in the past because 
   my FTP program couldn’t show hidden files. I wonder if that setting in the webcontrol
   panel is causing a “rewrite” of that file after a while that it realizes it’s
   out of sequence?)
 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/continued-permalink-problem/#post-139842)
 * The better solution would be to get an FTP app which can show hidden files.
 * If you’re on a Mac:
    [http://www.rbrowser.com/RBrowserLite/RBrowserLite.html](http://www.rbrowser.com/RBrowserLite/RBrowserLite.html)
   or [http://cyberduck.ch/](http://cyberduck.ch/)
 * If you’re on a PC:
    [http://tamba2.org.uk/wordpress/ftp/](http://tamba2.org.uk/wordpress/ftp/)

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

The topic ‘Continued PermaLink Problem’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 11 replies
 * 4 participants
 * Last reply from: [James Huff](https://wordpress.org/support/users/macmanx/)
 * Last activity: [21 years, 4 months ago](https://wordpress.org/support/topic/continued-permalink-problem/#post-139842)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
