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

    (@akeel)

    Update
    Now WordPress admin is also not working, while experimenting I changed WordPress address (URL): https://mortgageforeclosuresolutions.biz/blog to WordPress address (URL): https://mortgageforeclosuresolutions.biz/

    I’d tried to reset it but I’m returned an error page.

    Please also help in correcting this problem

    Thread Starter akeel

    (@akeel)

    Update 2
    Ok I’ve myself corrected problem 2, dashboard is now available. But one remains unsolved.

    Thread Starter akeel

    (@akeel)

    Update 3 – Resolved
    I’ve updated .htaccess and everything is working fine. The new .htaccess code is,

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /blog/
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /blog/index.php [L]
    
    DirectoryIndex index.php
    RewriteEngine  on
    RewriteCond	%{REQUEST_URI}	!-U
    RewriteRule	^(.+)	https://mortgageforeclosuresolutions.biz/blog/$1
    </IfModule>
    
    # END WordPress

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WordPress index to directory move and .htaccess issue’ is closed to new replies.