• Hey.

    I installed WordPress 3.0 lastnight and im having some problems with Permalinks. Ive set “custom permalinks” to be /%postname%/ and i have the following in my .htaccess file, still when i go to https://mydomain.net/postname it’s saying that the link is broken. why? ??

    # 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

Viewing 1 replies (of 1 total)
  • I am also having problems with permalinks in 3.0. I put up a page and it would give me a 404 page not found error when I clicked on the link from the menu bar. The template didn’t function correctly (tab graphic didn’t display on all of the entries), either, so I contacted my hosting company to ask for their help with this.

    The tech person found that the wordpress information was missing from the .htaccess file (which was the file included in the install) and he put that in, but the permalinks only worked when I set them to the default setting. Any of the other formats do not work. But that did not solve all of the problems, so he issued a trouble ticket and will get back to me.

    I will post what I find out, in case it applies to other people.

Viewing 1 replies (of 1 total)
  • The topic ‘permalinks problem’ is closed to new replies.