Page 1 of 1

How do I attach the homepage to the domain?

Posted: Sat 17. Dec 2005, 22:10
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).

Posted: Sat 17. Dec 2005, 22:16
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!

Posted: Sat 17. Dec 2005, 22:33
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]