Permalink index.php links causing internal server error
-
Hi,
Getting a strange internal server message sporadically when clicking on internal permalinks within pages. I’ve searched the web and these forums, but can’t seem to find anyone else who’s experienced this same issue. If you have, please chime in…
I’m developing a client site on a Network Solutions hosting account (Unix). Installed WordPress 2.8.2, and customizing an existing theme. Everything works great except now that we’ve tried to add in some internal permalinks within pages & posts.
For example, we might have text on a page with an underlying link that looks like this in the html tab:
We’ve used this style of permalink on other client sites running WordPress 2.8.2 without an issue, but on this site we get a funky internal server error:
—————–
OKThe server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
HTTP/1.1 200 OK Date: Thu, 20 Aug 2009 22:27:24 GMT Server: Apache/2.2.8 (Unix) FrontPage/5.0.2.2635 X-Powered-By: PHP/5.2.6 X-Pingback: http://02e32f0.netsolhost.com/xmlrpc.php Expires: Wed, 11 Jan 1984 05:00:00 GMT Cache-Control: no-cache, must-revalidate, max-age=0 Pragma: no-cache Last-Modified: Thu, 20 Aug 2009 22:27:25 GMT Keep-Alive: timeout=5, max=97 Connection: Keep-Alive Transfer-Encoding: chunked Content-Type: text/html; charset=UTF-8 2e49
——————What’s even stranger is that on same pages it appears at the top of the page (before the actual page layout begins) and other times it will flash on a blank screen and then redirect to the normal looking page. In all instances, the permalink actually does redirect to the proper page – it’s just the weird error message won’t go away.
I’ve tried deleting and recreating the .htaccess file, but it had no effect. Here’s what the current .hatccess file in the root folder of the WP install contains:
————-
Options -Indexes# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
—————
Any ideas, suggestions, advice would be sooo much appreciated. Has anyone else had a similar issue and found a good fix? I’ve been working on this for hours with no luck so far!I don’t really want to post the client’s development site URL, but if there’s other info I can provide, please let me know.
J
The topic ‘Permalink index.php links causing internal server error’ is closed to new replies.