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

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -