I have menu and there are some modal windows on my site that are hidden on default and appear when I click on particular menu item (simple .show() jquery function). Is it possible to use htaccess like this:
Default site URL: www.example.com
Menu 1 visible (function called) when URL: www.example.com/menu1/
So when there is subdirectory (not query string) in URL particular function is called. Is is possible at all?
Sorry for english.