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 finished an Umbraco 4.7 website in my local system and uploaded to the live server..
Everything works fine in local but live is showing 404 error!!
URL: http://efforts.jinsoftsolutions.com/alkazemi/
Its a Shared Hosting service.. I double checked to make sure all configurations are set right and it looks fine..
<add key="umbracoConfigurationStatus" value="4.7.0" /> <add key="umbracoReservedUrls" value="~/config/splashes/booting.aspx,~/install/default.aspx,~/config/splashes/noNodes.aspx" /> <add key="umbracoReservedPaths" value="~/umbraco,~/install/" /> <add key="umbracoContentXML" value="~/App_Data/umbraco.config" /> <add key="umbracoStorageDirectory" value="~/App_Data" /> <add key="umbracoPath" value="~/umbraco" /> <add key="umbracoEnableStat" value="false" /> <add key="umbracoHideTopLevelNodeFromPath" value="true" /> <add key="umbracoEditXhtmlMode" value="true" /> <add key="umbracoUseDirectoryUrls" value="false" /> <add key="umbracoDebugMode" value="true" /> <add key="umbracoTimeOutInMinutes" value="20" /> <add key="umbracoVersionCheckPeriod" value="7" /> <add key="umbracoDisableXsltExtensions" value="true" /> <add key="umbracoDefaultUILanguage" value="en" /> <add key="umbracoProfileUrl" value="profiler" /> <add key="umbracoUseSSL" value="false" /> <add key="umbracoUseMediumTrust" value="true" /> <!-- Set this to true to enable storing the xml cache locally to the IIS server even if the app files are stored centrally on a SAN/NAS Alex Norcliffe 2010 02 for 4.1 --> <add key="umbracoContentXMLUseLocalTemp" value="false" /> <!-- Added in Umbraco 4.6.2 --> <add key="webpages:Enabled" value="false" /> <add key="enableSimpleMembership" value="false" /> <add key="autoFormsAuthentication" value="false" /> <!-- End of added in Umbraco 4.6.2 -->
Can anyone please point me tip on what might be the issue..
Thanks and Regards,Anz
One more thing is..
The page went completely blank when I added
<httpErrors existingResponse="PassThrough"/>
in the web.config..
I managed to make it work with the help of hosting support.
Thanks..
Did this only occur on the home (default) page? If so can you tell me what they did? I'm having simialr issues.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Deployment problem - 404 error when browsing after upload
i have finished an Umbraco 4.7 website in my local system and uploaded to the live server..
Everything works fine in local but live is showing 404 error!!
URL: http://efforts.jinsoftsolutions.com/alkazemi/
Its a Shared Hosting service.. I double checked to make sure all configurations are set right and it looks fine..
<add key="umbracoConfigurationStatus" value="4.7.0" />
<add key="umbracoReservedUrls" value="~/config/splashes/booting.aspx,~/install/default.aspx,~/config/splashes/noNodes.aspx" />
<add key="umbracoReservedPaths" value="~/umbraco,~/install/" />
<add key="umbracoContentXML" value="~/App_Data/umbraco.config" />
<add key="umbracoStorageDirectory" value="~/App_Data" />
<add key="umbracoPath" value="~/umbraco" />
<add key="umbracoEnableStat" value="false" />
<add key="umbracoHideTopLevelNodeFromPath" value="true" />
<add key="umbracoEditXhtmlMode" value="true" />
<add key="umbracoUseDirectoryUrls" value="false" />
<add key="umbracoDebugMode" value="true" />
<add key="umbracoTimeOutInMinutes" value="20" />
<add key="umbracoVersionCheckPeriod" value="7" />
<add key="umbracoDisableXsltExtensions" value="true" />
<add key="umbracoDefaultUILanguage" value="en" />
<add key="umbracoProfileUrl" value="profiler" />
<add key="umbracoUseSSL" value="false" />
<add key="umbracoUseMediumTrust" value="true" />
<!--
Set this to true to enable storing the xml cache locally to the IIS server even if the app files are stored centrally on a SAN/NAS
Alex Norcliffe 2010 02 for 4.1 -->
<add key="umbracoContentXMLUseLocalTemp" value="false" />
<!-- Added in Umbraco 4.6.2 -->
<add key="webpages:Enabled" value="false" />
<add key="enableSimpleMembership" value="false" />
<add key="autoFormsAuthentication" value="false" />
<!-- End of added in Umbraco 4.6.2 -->
Can anyone please point me tip on what might be the issue..
Thanks and Regards,
Anz
One more thing is..
The page went completely blank when I added
<httpErrors existingResponse="PassThrough"/>
in the web.config..
I managed to make it work with the help of hosting support.
Thanks..
Did this only occur on the home (default) page? If so can you tell me what they did? I'm having simialr issues.
is working on a reply...