• Home
  • Get help
  • Ask a question
Last post 3 hours 31 min ago
Posts last week 94
Average response time last week 34 min
All time posts 67901
All time tickets 10495
All time avg. posts per day 20

Helpdesk is open from Monday through Friday CET

Please create an (free) account to post any question in the support area.
Please check the development versions area. Look at the changelog, maybe your specific problem has been resolved already!
All tickets are private and they cannot be viewed by anyone. We have made public only a few tickets that we found helpful, after removing private information from them.

#2507 – web.config problem

Posted in ‘sh404SEF’
This is a public ticket. Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Monday, 18 July 2016 18:51 UTC
pgubbins
As soon as I started using the web.config I now can not log into my Outlook web access

My website is

http://www.xxxx.com

My Outlook web access is

https://xxxx.com/owa

here is my web.config

---
 <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<location path=".">
<system.webServer>
<directoryBrowse enabled="false" />
<rewrite>
<rules>
<rule name="Joomla! Rule 1" stopProcessing="true">
<match url="^(.*)$" ignoreCase="false" />
<conditions logicalGrouping="MatchAny">
<add input="{QUERY_STRING}" pattern="base64_encode[^(]*\([^)]*\)" ignoreCase="false" />
<add input="{QUERY_STRING}" pattern="(>|%3C)([^s]*s)+cript.*(<|%3E)" />
<add input="{QUERY_STRING}" pattern="GLOBALS(=|\[|\[0-9A-Z]{0,2})" ignoreCase="false" />
<add input="{QUERY_STRING}" pattern="_REQUEST(=|\[|\[0-9A-Z]{0,2})" ignoreCase="false" />
</conditions>
<action type="CustomResponse" url="index.php" statusCode="403" statusReason="Forbidden" statusDescription="Forbidden" />
</rule>
<rule name="Joomla! Rule 2">
<match url="(.*)" ignoreCase="false" />
<conditions logicalGrouping="MatchAll">
<add input="{URL}" pattern="^/index.php" ignoreCase="true" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsFile" ignoreCase="false" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" ignoreCase="false" negate="true" />
</conditions>
<action type="Rewrite" url="index.php" />
</rule>
</rules>
</rewrite>
<httpRedirect enabled="false" destination="http://xxxx.com/owa" childOnly="true" />
</system.webServer>
</location>
</configuration>


----------------

I can pull up the OWA signon page but I get a 403.18 error when I try to loggon

Please help
 
Monday, 18 July 2016 18:57 UTC
wb_weeblr
Hi

Can you enable Joomla SEF, having fully SEF URLs, but without sh404SEF enabled (URL optimization set to No) and still access your Outlook and sign-in?

Rgds
 
Monday, 18 July 2016 19:45 UTC
pgubbins
I turned off sh404SEF url optimization (now set to no) and still can not sign-in to outlook.

If I rename my web.config back to web.config.txt I can sign into outlook fine but then only my home page of my website is accessable...

-Paul
 
Monday, 18 July 2016 21:43 UTC
wb_weeblr
Hi

I turned off sh404SEF url optimization (now set to no) and still can not sign-in to outlook.
Just to be sure, did you also disabled the "Activate security functions" control, just below the Enable URL optimization?

We can't help you with Microsoft IIs and web config, we just have no knowledge of that. It seems your web.config is intercepting calls to your outlook install, so you want it to let requests to the outlook area go through. That's probably something we could have provided some advice upon on Apache or nginx, despite the problem not being related to sh404SEF, but as I said, we just have zero knowledge on IIS.

I would suggest you turn to the Joomla forum, or better, to the Joomla Stack Exchange section, where you can probably find more people using IIS.

Rgds

 
Tuesday, 19 July 2016 15:27 UTC
pgubbins
I believe I have solved this by adding the following to joomla rule 2

<add input="{HTTP_HOST}" pattern="xxxx.com" negate="true" />

Which appears to stop it from trying to rewrite my calls to OWA and allows OWA to work normally again...
 
Tuesday, 19 July 2016 15:44 UTC
wb_weeblr
Hi

Glad you solved it. We will anonymize this ticket in the future and make it public, it can serve others. Did you actually posted a question on Joomla.StackExchange.com? That would give this information some visibility, and I'm sure you can reply to your own question.

Rgds
 
Thursday, 21 July 2016 14:09 UTC
pgubbins
No I did not, I hunted around and read various questions and reply's about the web.config file until I understood the way it worked.
 
Thursday, 21 July 2016 14:09 UTC
wb_weeblr
Hi

OK! Closing this ticket now, feel free to open a new one as needed. If you do so, please mention this ticket number in the new one.

If you created any superadmin account for us, be sure to delete or block it now to avoid unnecessary risk in the future.

Be sure to also check out wbAMP, our new Accelerated Mobiles pages plugin for Joomla - the next big thing is SEO, direct from GPoogle themselves!

Rgds
 
This ticket is closed, therefore read-only. You can no longer reply to it. If you need to provide more information, please open a new ticket and mention this ticket's number.