Last updated on
May 18, 2021 01:29:00 PM GMT
|
Also Applies to 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]
Sign in to your account