html - Force "#" links to function normally with .htaccess and <base> tags -
i'm using .htaccess achieve "pretty" urls on website. result, forced include <base> tag in headers. trying use ajax, , causes href="#" links return index page.
(for example, clicking on <a href="#">link</a> on website.com/games/ returns website.com/# rather doing nothing - # link should.)
how can work around this? suggestions appreciated - perhaps alternative stopping style sheets breaking .htaccess rather <base>.
Comments
Post a Comment