Answer the question
In order to leave comments, you need to log in
How to remove /wordpress from website URL?
Hello! There was such question:
How to remove from URL /wordpress?
I have a site mebel.rf. To get to wordpress content, I need to write furniture.rf/wordpress.
How can you get rid of this and switch to wordpress automatically when you visit furniture.rf?
Answer the question
In order to leave comments, you need to log in
Copy from the WordPress index.php and wp-config.php folder to the root. In index.php, the last line should be:
In wp-config.php add:
define( 'WP_HOME', 'http://'.$_SERVER['HTTP_HOST'] );
define( 'WP_SITEURL', 'http://'.$_SERVER['HTTP_HOST'].'/wordpress' );
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question