Ticket #895 (closed defect (bug): fixed)
search doesn't work with subdomains
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 1.5 |
| Severity: | trivial | Keywords: | has-patch commit |
| Cc: |
Description
when I access my blog via http://blog.mydomain.net (instead of http://mydomain.net/blog), the search doesn't work because it tries to go to http://blog.mydomain.net/blog/index.php . I think it can be solved by replacing: action="<?php echo $_SERVERPHP_SELF?; ?> (in the searchform.php) by: action="<?php echo get_settings(âsiteurlâ); ?>
Attachments
Change History
comment:3
anonymousbugger — 7 years ago
<?php echo $PHP_SELF; ?>
- Keywords has-patch commit added
- Owner changed from anonymous to mdawaffe
- Status changed from new to assigned
- Milestone set to 2.1
- Status changed from assigned to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.

