How do I attach the homepage to the domain?

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
carstenlegaard
Posts: 12
Joined: Thu 15. Dec 2005, 11:05
Location: Hilleröd, Denmark

How do I attach the homepage to the domain?

Post by carstenlegaard »

When I add pages in phpwcms they don't show up at the domain, I have to put the whole path into the URL (i.e. senvinet.dk/phpwcms/index.php?id=1,1,0,0,1,0).
I can't expect visitors to remember such paths.

How do I get things to show up right on the domain? Should the contents of phpwcms be situated in the root of the webserver? Now it is situated in the map 'phpwcms' in a map called 'public html' on the webserver. (At first I put it in the root, but it didn't show up there either).
*When you pass it on
be sure you've made it
a better one*
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Post by frold »

you need to make a template and a layout

eg. take a look at phpwcms-docu.de

If you know a little german: http://peperkorn-online.de/quick-start_ ... -dev.phtml

and


Og god jul!
http://www.studmed.dk Portal for doctors and medical students in Denmark
User avatar
juergen
Moderator
Posts: 4556
Joined: Mon 10. Jan 2005, 18:10
Location: Weinheim
Contact:

Post by juergen »

Hello !

If you don't have root priviledge to the server you can do this with a simple meta tag:

put this in the root of your server, where subdir is the phpwcms root. Name it index.html there ...

Code: Select all

<html>
<head>
<meta http-equiv="refresh" content="1; url=http://www.planethtml.de/subdir">
</head>
<body>

Sie werden automatisch weitergeleitet...<br>
</body>
</html>

Just google around, perhaps there is ab better one elsewhere

grretz

Jürgen [/code]
Post Reply