• Hi,

    I’ve been reading the other topics with the same name to help solve this issue and they haven’t done anything yet. This was the solution that fixed some sites (updating the area in bold text).

    # BEGIN WordPress
    # The directives (lines) between "BEGIN WordPress" and "END WordPress" are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    <strong>RewriteRule . //index.php [L]</strong>
    </IfModule>
    
    # END WordPress

    I recently started working with this client and they have already installed the theme to their hosting platform so I think during this process they accidentally installed it with /index.php

    I’d like to remove this /index.php because it’s displaying a strange cover page.

    Let advise me what you think this causing this issue.

    If you click on any of the pages you’ll see the coming soon page I’ve set up to hide her new website that’s getting ready to launch. I’d like this to be shown when clients go to her URL, not after clicking through.

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

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove index.php from my URL’ is closed to new replies.