Cannot get Xampp or Ubuntu to redirect
-
I am running the current Ubuntu server (8.04) with Xampp. When I go to my webpage I always get the Xampp page.
Xampp is being read from: /opt/lampp/htdocs
I have loaded WordPress at: /var/www/wordpress
I have gone into /opt/lampp/htdocs/index.html and changed the:
<meta http-equiv=”refresh” content=”0;url=/xampp/”>
to:
<meta http-equiv=”refresh” content=”0;url=/var/www/wordpress/”>
and also to:
<meta http-equiv=”refresh” content=”0;url=./var/www/wordpress/”>
It always redirects to the default Xampp page.How do I get WordPress to come up as the default webpage? I really do not want it to show as “www.abc.com/wordpress/”. I want it to show as “www.abc.com”. However, showing up either way would be a major improvement at this time.
Thanks for your help!
regulusrigel
- The topic ‘Cannot get Xampp or Ubuntu to redirect’ is closed to new replies.