Sist oppdatert
May 07, 2021 06:04:31 AM GMT
|
Gjelder også for 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]
Logg på kontoen din