I have a problem with base tag. It looks like
<base href="http://myexamplepage.com/myfolder/" />
.
Everything works, besides this query:
$.get("application/soft/calendar_month_change.php", ...)
My computer thinks it's cross domain server and changes query to OPTIONS .... When I remove the base tag, it works correctly but my site doesn't show any images. I use smarty template engine. How can I solve it?