• I actually don’t know which WP version is on server. Just installed it and it is asking to be updated to 3.4.2
    Just started building the site: http://www.libbyhanley.net/wordpress
    Set up all my pages using the wp custom menu feature. When I click on any of the menu items I get the 404 message.

    I know it isn’t a theme issue because I have switched to several.

    On my permalink page I have this: If your .htaccess file were writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your .htaccess file. Click in the field and press CTRL + a to select all.
    This is in the field: <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wordpress/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wordpress/index.php [L]
    </IfModule>

Viewing 15 replies - 1 through 15 (of 16 total)
  • Thread Starter Divinemsd

    (@divinemsd)

    Oops not a 404 it is this: “The requested URL /wordpress/certifications/ was not found on this server.”

    You need to create an .htaccess file in your WordPress root folder (assuming there isn’t one already), add that code block to the file and then upload it.

    Thread Starter Divinemsd

    (@divinemsd)

    Oops not a 404 it is this: “The requested URL /wordpress/certifications/ was not found on this server.”

    Thread Starter Divinemsd

    (@divinemsd)

    OK thanks. will do that shortly

    Thread Starter Divinemsd

    (@divinemsd)

    Created the .htaccess file in GoLive, but it isn’t visible as a file when saved nor will it upload it via FTP, in a folder.

    No – you need to use a plain text editor.

    Thread Starter Divinemsd

    (@divinemsd)

    Did that also, still won’t load via FTP

    Thread Starter Divinemsd

    (@divinemsd)

    OK I have the file up, but nothing has changed

    Try resetting your permalinks again.

    Thread Starter Divinemsd

    (@divinemsd)

    it works now, but only with the default setting.

    And what happens if you set up a custom permalink structure again? do you get the same message. Did you upload the .htaccess file to the correct folder(the one you installed WP into)? Did you upload the .htaccess file in ASCII format?

    Thread Starter Divinemsd

    (@divinemsd)

    Yes, same things happen with custom permalink structure.
    I installed in my root folder.
    If I name it .htaccess I can’t save it period. Tried uploading it named “untitled” and it will load the file with no contents, but I can change the name on the server.
    I’m on a Mac if this makes a difference.
    Don’t have a program that will save as ASCII, but can save as plain text, which I think is the same? I haven’t seen ASCII in years!

    You have WordPress 3.4.1, so you’re only one behind but you should update. It contains some bug fixes and security updates. That might help your menu problem too.

    You have your site installed in a folder called wordpress. Your .htaccess file should be inside public_html/wordpress.

    If you’re connect via ftp and not sftp your host may not allow you to change “hidden” dot files.

    Try to delete the .htaccess file in the /wordpress directory and then save your custom permalinks again and see if that works.

    oops forgot to mention whenever save your permalinks it creates a new .htaccess file if it doesn’t exist or re-writes to it if it does.

    Don’t have a program that will save as ASCII, but can save as plain text, which I think is the same?

    Yes it is. The upload has to be ASCII as opposed to binary in your FTP client.

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Menu links do not work’ is closed to new replies.