• Resolved Memnosis

    (@memnosis)


    Hallo,

    i have 404 on posts, pages, categories, …

    – htaccess: checked
    – wp-config.php: checked
    – changing permalinks and save: checked
    – disable plugins: checked
    – use default template: checked
    – chat with host (if htaccess is readable): checked (an other multisite at the same host is running perfectly)

    first i had 404 only on pages (posts and categories worked)

    than i changed template from showing posts on frontpage to static site and back (a tip from an other thread here about this issue) … and now the startpage is gone and i get 404 on every page, category, …

    but after trying to solfe my first problem for days , i think this could be the right way / hint ??

    https://ecosocial.me/love/inspirat/ the multisite i’m working on (same issue in every multipage / subfolder)

Viewing 15 replies - 1 through 15 (of 20 total)
  • I think that sounds like a server issue.

    Thread Starter Memnosis

    (@memnosis)

    not sure, chattet with the host a few times and i have an other multisite installation there running.

    if it’s about the server i need more specifics to ask…

    All we can really say from here is that it sounds as if the server isn’t parsing the .htaccess file correctly (if at all). Do the problems persist if you use the default permalink structure?

    Thread Starter Memnosis

    (@memnosis)

    yes, the problem is still the same with default permalink structure.

    i asked my host about that and everything should be okay

    when i deletetd htacess i got an errorpage, so i think it should be readable

    Anything in the error logs?

    Thread Starter Memnosis

    (@memnosis)

    i can download logfile, but don’t know how to read latest.log.gz ?

    and i can enable / disable php errors?!?

    Are you sure that latest.log.gz is an error log?

    Thread Starter Memnosis

    (@memnosis)

    no, i’m not. my host is looking in the apache error logs right now (i cant get them on my own)

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    Ask your host for PHP errors. They’re not always in the apache error log.

    Also try using ugly permalinks and see if they work then.

    Thread Starter Memnosis

    (@memnosis)

    they told me to change my htaccess to the following (and now navigation and everything is away)

    ‘RewriteEngine On #rewriting wordpress stuff to the root RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} ^/wp-((content|admin|includes)|((cron|login)\.php)) RewriteCond %{HTTP_HOST} ([a-zA-Z0-9-]+\.([a-z]{2,4})|co\.uk|me\.uk|org\.uk|priv\.no)$ RewriteRule ^(.*)$ https://%1/%{REQUEST_URI} [L,QSA] #rewriting everying that can’t be found to index.php RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^index\.php$ – [L] # uploaded files RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L] #rewriting everything else to index.php RewriteCond %{REQUEST_FILENAME} -f RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ – [L] RewriteCond %{REQUEST_URI} !^/wp-(content|admin|includes|login|cron)(\.php)? RewriteRule . index.php [L]’

    Thread Starter Memnosis

    (@memnosis)

    what are ugly permalinks?

    Thread Starter Memnosis

    (@memnosis)

    here is the mess: https://ecosocial.me/love/

    what are ugly permalinks?

    The default permalinks preset in Settings -> Permalinks.

    Thread Starter Memnosis

    (@memnosis)

    i tryed it in preset permalinks

    Which preset? And did you save your changes?

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘404 on pages, posts, …’ is closed to new replies.