1
cchhat01
Wordpress and URL address
  • 2005/1/20 17:06

  • cchhat01

  • Just popping in

  • Posts: 6

  • Since: 2005/1/20


I've installed the Wordpress module and love it so far. I've configured my XOOPS install such that my homepage/top page always displays the blogs in the center block.
The only things is the when i visit my website,
i type in
Quote:
www.mywebsite.com


but it ends up taking me to
Quote:
mywebsite.com/modules/wordpress


Is there a way to hide this from being displayed. I don't want to give away the location of the blogs. And also it want it to be seemless, so that when a person types in just the URL of my website, their address bar displays what they typed and not the location of the wordpress modules.
I'm not that PHP savvy so that's why I'd like some help in this matter.

regards,
Chirag

2
carnuke
Re: Wordpress and URL address
  • 2005/1/20 17:24

  • carnuke

  • Home away from home

  • Posts: 1955

  • Since: 2003/11/5


I take it you have made wordpress module your start page.

check out this idea (untested)

Create new index.html in main XOOPS folder:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Your Title Here</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<frameset rows="*,1" frameborder="NO" border="0" framespacing="0">
<frame src="index.php" name="mainFrame">
<frame src="UntitledFrame-4"></frameset>
<noframes><body>

</body></noframes>
</html>

Use index.html as default page.

or This thread

Richard

3
cchhat01
Re: Wordpress and URL address
  • 2005/1/20 22:52

  • cchhat01

  • Just popping in

  • Posts: 6

  • Since: 2005/1/20


Worked like a charm mate. Thank you.

Chirag

4
cchhat01
Re: Wordpress and URL address
  • 2005/1/21 18:56

  • cchhat01

  • Just popping in

  • Posts: 6

  • Since: 2005/1/20


ooooooohhh spoke too soon. now i seem to have lost the RSS feeds that mt blogs generate...

any hints

Chirag

Login

Who's Online

247 user(s) are online (150 user(s) are browsing Support Forums)


Members: 0


Guests: 247


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits