How can I hide #! on browser address bar?

Lacidious

New Member
Let's say I have the following link:\[code\]www.blahblah.com/#!?page=index\[/code\]How can I convert it to one of the following:
  • \[code\]www.blahblah.com/#!/index\[/code\] (this one should be made with mod_rewrite)
  • \[code\]www.blahblah.com/ajax/index\[/code\] (still mod_rewrite, but #! replaced with ajax)
  • \[code\]www.blahblah.com/index\[/code\] (the page will load with AJAX like facebook, but #! will be hidden)
Can anyone give me examples of each of the questions above?Thanks alot!
 
Top