Cannot change weight via admin/content-management/content on IIS server
hovel - May 27, 2009 - 10:18
| Project: | Weight |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I am building a new website which is almost complete now.
The test site is installed on a Linux/apache webserver. The production site is on a Microsoft IIS-6 server.
Things are working fine on the test installation. On the production site however i cannot change the weight via
admin/content-management/content. The changes have no effect and when i refresh the page everything is
set back to the original value.

#1
I think i found the (my) problem. On this new server there are two websites present in the root at the same time.
index.html refers to the old one. index.php refers to the new one. .html apparently has priority over .php.
The url used to update the weight does not include index.php, hence refers to index.html and the weight is not updated.
command: GET http://brasseria-casaluna.be/?q=admin/node/weight/_weight_change/669/12
The problem will go away when the old website (index.html) is removed.
#2
Great, thanks for the update.