C5 on plesk

Permalink
I am trying to get a site up so I can start designing it to replace our current website.

my problem is I do not know how to access it by IP on plesk since I can not change the domain name over to it till the site is ready.

Does anyone know how to do this??
also how can I create new page types?
I do not want to make a whole theme just add a page type to a theme already in C5.

 
Tony replied on at Permalink Reply
Tony
http://xxx.xxx.xxx.xxx/~sitenamegoeshere/
jclaypoole replied on at Permalink Reply
It does not work :(

Any other ideas?
Tony replied on at Permalink Reply
Tony
what's the ip and site name?

you should replace the index.php of the concrete site with:

<?
echo 'got here';
die;
?>

...just to know if the url is at least resolving, and whether it's a concrete problem or a webhost issue. if that doesn't work, then give your webhost a call.
aeroclown replied on at Permalink Reply
aeroclown
make a subdomain and point it at another at the folder where you are working. that might be a simpler solution unless you are not allowed to create any subdomains.