I have Joomla settings:
public $sef = '1';
public $sef_rewrite = '1';
public $sef_suffix = '0';
public $unicodeslugs = '1';
In this case meta-tag "base" included href="http://www.mysite.ru/..." - the current page address. For example:
But not only http://www.mysite.ru/
To correct this bug must in file /libraries/src/Application/SiteApplication.php make the follow change in line 164:
The meta-tag "base" included href="http://www.mysite.ru/"
The meta-tag "base" included current page address href="http://www.mysite.ru/..."
Joomla 3.8x
Joomla settings:
public $sef = '1';
public $sef_rewrite = '1';
public $sef_suffix = '0';
public $unicodeslugs = '1';
Labels |
Added:
J3 Issue
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-10-09 19:18:23 |
Closed_By | ⇒ | joomla-cms-bot |
Closed_By | joomla-cms-bot | ⇒ | Quy |
Please test PR #22565
Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/22527