Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Vcize

    (@vcize)

    My .htaccess appears fine to my nooby eyes:

    # 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

    Thread Starter Vcize

    (@vcize)

    Weird, nevermind.

    It appears it was only happening with certain posts. I just deleted those posts and re-made them and everything is peachy now.

    I am facing a problem like that, some time all my internal links redirected to the home page and after passing time all links normal.

    site url: https://www.shumailas.com
    WP url: https://www.shumailas.com
    ………….
    Please any body know about let me know…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘All internal WP links redirect to homepage’ is closed to new replies.