• Resolved mr.eleven

    (@mreleven)


    I recently migrated my site to a new name and server and have finally got the permalinks to match the structure they should… however, they still don’t work. They return a 404 error – file or directory not found. I can copy and paste the exact permalink into my browser and still get a 404. Is there a common reason for this happening?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Check that mod_rewrite is running on your new server.

    Thread Starter mr.eleven

    (@mreleven)

    I don’t think that it is. I followed a tutorial and changed the .htaccess to contain just:

    Options +FollowSymLinks
    Redirect /google.html https://www.google.com

    When entering mysite/google.html I was returned with a 404 and not redirected.

    Thread Starter mr.eleven

    (@mreleven)

    I just uploaded my .htaccess with the recommended:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

    However, this has gotten me no further with the problem.

    Thread Starter mr.eleven

    (@mreleven)

    well, I can use the PATHINFO method and this seems to work. i don’t mind having ‘index.php’ in there so i’ll mark this resolved.

    thanks for the help.

    salve a tutti, sto iniziando adesso a provare di gestire un blog e vi sembrerà strano ma non riesco più ad entrare nell’area di gestione, dopo averlo settato inparte e poi di aver apportato non ricordo quali modifiche.

    qualquno cortesemente puù dirmi quale è la chiave per entrare in https://www.promo.netsons.org? perche quando provo ad entrare mi fa entrare in Just another WordPress site, oltre non riesco ad andare.

    grazie per un vostro aiuto

    cales

    le Nazioni Unite non centrano per nulla volevo dire che non riesco ad entrare nel mio blog, scusate la sintasi e chiedere aiuto a qualcuno.
    celes

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘trouble with links’ is closed to new replies.