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

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -