Yeah, worked to redirect but I have URL problem.
Used:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^(www.)?example.com$
RewriteRule ^(/)?$ xyz-wp [L]
But URL is still “http://example.com/xyz-wp”. How can I change the URL to be just “http://example.com”.
My Site URL is: “http://example.com/xyz-wp” and
Wordpress URL is: “http://example.com/xyz-wp/wordpress”. Do I need to change something here too ?