• Webpresence

    (@webpresence)


    Hi, have just installed wordpress and it’s up an running.

    For some reason when I click on any internal links (i.e. post page) I am getting a 404 Error. I have reinstalled WordPress three time but am always getting the same problem.

    The blog is;

    Could someone please help, have tried to find a solution!

    Many thanks in advance, Lee

Viewing 2 replies - 1 through 2 (of 2 total)
  • rubberband

    (@rubberband)

    My guess is that you haven’t properly setup your .htaccess for your custom permalinks. Try changing these back to default and see if it works then.

    If that solves the problem, make sure your .htaccess is writable when you change it back to custom permalinks or update it manually.

    Thread Starter Webpresence

    (@webpresence)

    Many thanks Rubberband, changing back to default certainly worked.

    I have uploaded a .htaccess file to my worpdress root folder and input the following code;

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    It hasn’t worked, I assuming though that’s because I’m on a Windows server need to modify the IIS.. problem here is I don’t have admin access to IIS (IIS 6).

    There are other work arounds that I could use but these require configuration of my 404 Custom Error page, again, I don’t have access to this through my host.

    It did work when I put index.php/ at the start of your custom permalink structure.. this isn’t ideal though, I don’t want the index.php/ in the URL.

    Any ideas?

    Thanks again, your help is much appreciated!

    Lee

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

The topic ‘404 Error on all Internal links’ is closed to new replies.