Останнє оновлення:
21 трав. 2021 р.
|
Також застосовується до Dispatcher
Symptoms
You are using Apache Http Web Server. The dispatcher is not using the URL already processed by mod rewrite. You have made sure that the line DispatcherUseProcessedURL is set to 1 in the Dispatcher configuration.
Resolution
In httpd.conf change
RewriteRule ^(.+)\.html(.*)$ $1.reg.%1.html$2
to
RewriteRule ^(.+)\.html(.*)$ $1.reg.%1.html$2 [PT]