• brand new site being built and all of my player pages are resulting in 404 errors.

    I have reset permalinks – and they are currently set to custom.

    From my dashboard, when I click on view (instead of edit) I get the same error.

    This is for all players, not just the one linked above.

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Roch

    (@rochesterj)

    Hi!

    Thanks for reaching out and I’m sorry for the trouble.

    It looks like you are using a custom theme (by goodlayers). What happens when you switch to Rookie or Twenty Sixteen?

    Thanks!

    Thread Starter dryspark

    (@dryspark)

    Still a 404 error when I change themes.

    Thread Starter dryspark

    (@dryspark)

    We were forced to push to our live status – so the url has changed.

    it is now GoPackHoops.com – same error is persisting.

    Roch

    (@rochesterj)

    Hi!

    Thanks for testing!

    Please set your permalinks to default and keep the default theme so we can see how it works.

    We need to confirm how it works in a default state (no custom code).

    But so far it looks like an issue in your htaccess file. Maybe it isn’t beign generated correctly.

    Also we could try checking your error logs. Do you have access to them? Your hosting provider can tell you that.

    Thanks!

    Thread Starter dryspark

    (@dryspark)

    I reset permalinks – no change

    here is the text from my .htaceess file

    it appears to be the same thing repeated – I didn’t paste it twice

    # 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
    # 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

    not sure if i have access to error logs, but could get them from my host I am sure.

    Roch

    (@rochesterj)

    Hi!

    Thanks for that. Your site is still using both the custom theme and custom permalinks though, so we can’t confirm what is wrong there.

    I can see here that the URL generated for your players is a bit odd:
    https://gopackhoops.com/archives/player/caden-harkins

    For some reason it has this “archives” part, and when I try to reach https://gopackhoops.com/player/caden-harkins it redirects to the archive as well.

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘all player pages result in 404 error’ is closed to new replies.