Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have a site on a production server where the customer enters content but the site shall not be public accessible.
Users shold be redirected to a temporary splash screen until the site is finished.
How do i accomplish that?
You could put your splash screen on the main site as a static html page eg. www.yoursite.com
Then set up your umbraco installation on a sub domain eg. dev.yoursite.com
Thats what I usually do
Ben
Hi Michael,
How about creating a temporary URL rewrite rule in ~/config/UrlRewriting.config to redirect everything to the splash screen url ?
HTH,
Hendy
I dont have access to dns so i cant create a subdomain.
can i password protect the site in a way that i easily can remove the password again?
set up a membergroup and member, and use the public access functionality.
or actually the simple protect mode my suit you.
using the umbraco public access protection works fine! Thanks
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Hide site
I have a site on a production server where the customer enters content but the site shall not be public accessible.
Users shold be redirected to a temporary splash screen until the site is finished.
How do i accomplish that?
You could put your splash screen on the main site as a static html page eg. www.yoursite.com
Then set up your umbraco installation on a sub domain eg. dev.yoursite.com
Thats what I usually do
Ben
Hi Michael,
How about creating a temporary URL rewrite rule in ~/config/UrlRewriting.config to redirect everything to the splash screen url ?
HTH,
Hendy
I dont have access to dns so i cant create a subdomain.
can i password protect the site in a way that i easily can remove the password again?
set up a membergroup and member, and use the public access functionality.
or actually the simple protect mode my suit you.
using the umbraco public access protection works fine! Thanks
is working on a reply...