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.
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.
http://xxx.xxx.xxx.xxx/~sitenamegoeshere/
It does not work :(
Any other ideas?
Any other ideas?
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.
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.
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.