tstich
19th October 2005, 10:22
In the WEB configuration page:
When i add some additional apache directives to a web that contain something like this %{HTTP_HOST}. The part with the {} is removed from the textbox after updating the database. The data however is stored correctly in the database.
Example:
RewriteCond %{HTTP_HOST} ^.*$
...
After saving the changes the text box shows
RewriteCond % ^.*$
Thanks,
Timo
When i add some additional apache directives to a web that contain something like this %{HTTP_HOST}. The part with the {} is removed from the textbox after updating the database. The data however is stored correctly in the database.
Example:
RewriteCond %{HTTP_HOST} ^.*$
...
After saving the changes the text box shows
RewriteCond % ^.*$
Thanks,
Timo