2009-10-06, 01:15:20
0. I have installed Get-Simple in http://mysite.com/v3.
1. On the home page, I have created following link:
It is supposed to link to existing http://mysite.com/v3/about page
2. I go to http://mysite.com/v3 , everything is fine.
3. Login to Get-Simple administration at: http://mysite.com/v3/admin
4. I want to edit page "Home" containing the above link. But when I enter the editor, all such links are "automagically" altered and made wrong. After toggling the editor to HTML mode, it shoes following code:
This means that every time I enter the page and change something, I have to fix all such links (i.e. remove "/v3/admin" part) before saving changes.
1. On the home page, I have created following link:
Code:
<p>
...feel free to <a href="./about">contact us</a>
</p>
It is supposed to link to existing http://mysite.com/v3/about page
2. I go to http://mysite.com/v3 , everything is fine.
3. Login to Get-Simple administration at: http://mysite.com/v3/admin
4. I want to edit page "Home" containing the above link. But when I enter the editor, all such links are "automagically" altered and made wrong. After toggling the editor to HTML mode, it shoes following code:
Code:
... feel free to <a href="/v3/admin/about">contact us</a>
This means that every time I enter the page and change something, I have to fix all such links (i.e. remove "/v3/admin" part) before saving changes.