#895 closed defect (bug) (fixed)
search doesn't work with subdomains
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | trivial | Version: | 1.5 |
Component: | General | Keywords: | has-patch commit |
Focuses: | 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 (1)
Change History (10)
Note: See
TracTickets for help on using
tickets.
<?php echo $PHP_SELF; ?>