Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Permalink Hashbang implementation - /#!/
#1
I'm developping a getSimple/jQuery plugin to add some HTML5 effects and interactions within getSimple.
To test the plugin "LIVE" I require hash urls.

The links would look like this:
http://www.example.com/#!/homepage
http://www.example.com/#!/news
http://www.example.com/#!/contact

Currently I have all link populated correctly on the fronEnd but according content doesn't load.

Changed .htaccess rule to be :
RewriteRule /#!/?([A-Za-z0-9_-]+)?$ index.php?id=$1 [QSA,L]

Changed Permalink Configuration settings:
#!/%parent%/%slug%/


I think the url to be loaded should be stored somewhere in a session and then used by the page that load the content but... I've no clue where to start and which file need to be modified.

Any help or alternative solution on this development would be greatly appreciated
Reply


Messages In This Thread
Permalink Hashbang implementation - /#!/ - by roma - 2012-01-25, 02:14:48



Users browsing this thread: 1 Guest(s)