-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Content Delivery Server (Azure WebApps) redirects are not working #36
Comments
My guess is that you need to make sure the links database is set
correctly. This module was first designed specifically for Azure.
…On Thu, Aug 31, 2017, 7:47 AM Ricardo Wouda ***@***.***> wrote:
Hi,
On our Content Delivery server the redirects are not working.
I've installed the module(v.1.8.2) on Sitecore 8.2 (rev. 161221) on a
Azure Web Apps environment. On the Content Management Servers everything is
working fine. The redirects are working and also the UrlRewriter module in
sitecore is working fine for all databases (master and web).
However on the Content Delivery server the redirects are not working at
all. I don't get any errors in the logs. The Hi.UrlRewrite.dll and the
config files are existing on the Content Delivery server.
Any idea what could be going on and how I can fix this?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#36>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAxmfylcX9vYbp3k_mewLPIAtiLMIqzGks5sdqtsgaJpZM4PIxwR>
.
|
Thanks for your reply, it seems to work now a bit better. The linkdatabase configuration wasn't correctly. However on each redirect you must be logged in into Sitecore for some reason. When I go to a url which is configured as a redirect, I get the Sitecore login page (if not logged in). This also happens on the Content Delivery server where you can't login into Sitecore. So I need to be logged in into Sitecore for some reason. The target page is just a page which is available without Sitecore login. For example even when I try to redirect to google.com, it also redirects to the Sitecore login page. Any idea what could be going on and how I can fix this? |
You have published all the redirects and their patent folders, correct?
…On Tue, Sep 5, 2017, 6:51 AM Ricardo Wouda ***@***.***> wrote:
Thanks for your reply, it seems to work now a bit better. The linkdatabase
configuration wasn't correctly. However on each redirect you must be logged
in into Sitecore for some reason. When I go to a url which is configured as
a redirect, I get the Sitecore login page (if not logged in). This also
happens on the Content Delivery server where you can't login into Sitecore.
So I need to be logged in into Sitecore for some reason.
The target page is just a page which is available without Sitecore login.
For example even when I try to redirect to google.com, it also redirects
to the Sitecore login page.
Any idea what could be going on and how I can fix this?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#36 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAxmfzOIobiIAJvU6zqXYEMJZS6ymDyUks5sfTXUgaJpZM4PIxwR>
.
|
Yes I have published them all. All items are correctly on the Web db. Also on the Content Management server when not logged in I have this issue. |
Do you have any Modules installed? Are you able to email me the contents
of your App_Config folder and also your web.config on all your servers?
CM, Publishing, Processing and CD?
…On Wed, Sep 6, 2017, 9:53 AM Ricardo Wouda ***@***.***> wrote:
Yes I have published them all. All items are correctly on the Web db. Also
on the Content Management server when not logged in I have this issue.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#36 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAxmf6FlcTJTobOlUHk2XNvItT8X9sl8ks5sfrHRgaJpZM4PIxwR>
.
|
We don't have other modules installed yet. I'll send you an e-mail with the files. |
Just a simple idea .... |
I believe that we have encountered the same issue running in Azure Web Apps The default Sitecore Web.Configs when running in Cloud Mode contain the following restriction which only allows access to authenticated users
And the UrlRewriter.aspx is in this location. We are planning on working around this issue by moving UrlRewriter.aspx into layouts\UrlRewrite\UrlRewriter.aspx but would be good to know if there is upstream plans to workaround this? |
If I may chime in, I'd like to ask if there's any particular instruction on how to install this module on the CD servers? The module was installed on top of sitecore 8.2 and is working on CM server fine. However it is not working on content delivery where I have copied the config files and Hi.UrlRewrite.dll manually. |
@mattyindustries I've confirmed that the workaround you propose above makes this module work with Sitecore 9. The web.configs included in Sitecore 9 by default also contain that section. I'm guessing it'll have to be a change going forward. |
We have upgraded our website from sitecore 8.2 to Sitecore 9.0.1. Installed Url Rewrite 8.2 and delete the sample redirect and create own redirects. everything is working fine. |
Hi,
On our Content Delivery server the redirects are not working.
I've installed the module(v.1.8.2) on Sitecore 8.2 (rev. 161221) on a Azure Web Apps environment. On the Content Management Servers everything is working fine. The redirects are working and also the UrlRewriter module in sitecore is working fine for all databases (master and web).
However on the Content Delivery server the redirects are not working at all. I don't get any errors in the logs. The Hi.UrlRewrite.dll and the config files are existing on the Content Delivery server.
Any idea what could be going on and how I can fix this?
The text was updated successfully, but these errors were encountered: