• Resolved serasan

    (@serasan)


    Help please.

    I was changing some pages using “Quick Edit” and now only my home page shows and every other link displays nothing found.

    I have been advised by my host that the mod_rewrite settings are wrong and need adjusting.

    My code is:

    # 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

    Can anyone please tell me what I need to change ??

    Many thanks

    Paul

Viewing 9 replies - 1 through 9 (of 9 total)
  • Moderator keesiemeijer

    (@keesiemeijer)

    That .htaccess file looks correct.

    If you can log in try:

    – updating your permalinks by choosing the default permalink structure or re-saving your current structure at Settings > Permalinks in your admin panel. WordPress will rebuild the .htaccess file. If WordPress cannot automatically edit the .htaccess file, it will provide manual instructions after saving.

    if you can’t log in try:

    – renaming or deleting the .htaccess file by using FTP or whatever file management application your host provides. If you delete it make a backup first.

    Thread Starter serasan

    (@serasan)

    Many thanks, working now. All the pagination is wrong now, I have reloaded my theme but everything is left aligned. Any ideas?

    Moderator keesiemeijer

    (@keesiemeijer)

    Please provide a link to the page in question and a link to your theme if possible.

    Thread Starter serasan

    (@serasan)

    https://www.devablinds.co.uk

    pagelines.com

    Many thanks

    Moderator keesiemeijer

    (@keesiemeijer)

    I don’t see any pagination on that page.

    but everything is left aligned. Any ideas

    This has probably something to do with the minifying of your stylesheet by W3 Total Cache.

    Thread Starter serasan

    (@serasan)

    W3 Total Cache tells me:

    It appears Minify URL rewriting is not working. If using apache, verify that the server configuration allows .htaccess or if using nginx verify all configuration files are included in the configuration.

    When I disable minify the site loads ok.

    Moderator keesiemeijer

    (@keesiemeijer)

    Do you have the most up to date version of W3 Total Cache?

    Thread Starter serasan

    (@serasan)

    Yes I have. I have disabled Minify and all works well now. I am sure that by not using Minify things will not grind to a halt. Many thanks for your help in this matter. Regards Paul

    Moderator keesiemeijer

    (@keesiemeijer)

    You’re welcome. Glad you got it resolved

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Nothing but home page only’ is closed to new replies.