Issues with move to root
-
I followed the direction for my blog to be in the root (moved .htaccess and index.php to root) All is working but for a few items.
1. If I use https://www.domain.com/wp-login.php I get this
Warning: main(/home/provanta/public_html/wp-config.php) [function.main]: failed to open stream: No such file or directory in /home/provanta/public_html/wp-login.php on line 2
Warning: main(/home/provanta/public_html/wp-config.php) [function.main]: failed to open stream: No such file or directory in /home/provanta/public_html/wp-login.php on line 2
Fatal error: main() [function.require]: Failed opening required ‘/home/provanta/public_html/wp-config.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/provanta/public_html/wp-login.php on line 2
I have to use https://www.domain.com/blog/wp-login.php for it to work.
Also, on my RSS if I use https://www.domain.com/wp-feed.php I get page not found. Same with https://www.domain.com/wp-commentsrss2.php.
Is there anyway around this without having to move the entire Blog directory to root?
- The topic ‘Issues with move to root’ is closed to new replies.