Installation
-
I performed the following:
I already have WordPress installed in its own folder (i.e. https://example.com/wordpress):
Go to the General panel.
In the box for Site address (URL): changed the address to the root directory’s URL. to: https://example.com
Saved Changes.Copied index.php from /var/www/wordpress/ to root
Opend your root directory’s index.php file in a text editor
Change the following and save the file. Change the line that says:
require(‘./wp-blog-header.php’);
to the following, using your directory name for the WordPress core files:
require(‘./wordpress/wp-blog-header.php’);Logged in site OK.
However, from the internet the site is still only available at:
https://www.domain.info/wordpress instead of what I need: https://www.domain.infoAny additional sugestions?
Thanks,
- The topic ‘Installation’ is closed to new replies.