Hi,

On Fri, Dec 21, 2018 at 9:58 AM Mahmood Naderan
<[email protected]> wrote:
>
>     RewriteCond %{REQUEST_URI} !^/index\.php

RewriteCond %{REQUEST_URI} !^\.well-known/acme-challenge/

>     RewriteCond %{REQUEST_URI} !/ow_updates/index\.php
>     RewriteCond %{REQUEST_URI} !/ow_updates/classes
>     RewriteCond %{REQUEST_URI} !/ow_cron/run\.php
>     RewriteCond %{REQUEST_URI} !/ow_cron/run\.php
>     RewriteCond %{REQUEST_URI} !/e500\.php
>     RewriteCond %{REQUEST_URI} !/captcha\.php
>     #RewriteCond %{REQUEST_URI} 
> (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$  [NC]
>     RewriteCond %{REQUEST_FILENAME} 
> (/|\.php|\.html|\.htm|\.xml|\.feed|robots\.txt|\.raw|/[^.]*)$  [NC]
>     RewriteRule (.*) index.php
>
> How can I fix that so that I can view the content of 
> `8KyeoB4HPzOPR6Et9uBPWoldME6LGIBV3ps`?

Adding the RewriteCond where proposed above should work, hopefully.

Regards,
Yann.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to