Opened 18 years ago
Closed 18 years ago
#7125 closed defect (bug) (invalid)
index.xxxx in wordpress address field causes random errors in wp-admin
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 2.5.1 |
| Component: | General | Keywords: | |
| Focuses: | Cc: |
Description
Client has entered http://domain.com/index.php into wordpress address (url) field in settings. Uploading images failed as it returned the home page rather than actual upload.
Other problems with wp-admin occurred as well, with home page showing in background, random ajax divs, etc.
The wp-admin image upload form had posted to:
http://domain.com/index.php/wp-admin...
Which is incorrect. Functions which use this address should remove any index.extension patterns it comes across.
Change History (1)
Note: See
TracTickets for help on using
tickets.
This looks like a configuration problem. Like index.php is being added to the Site URL in the config.php