7 users online. Create an account or sign in to join them.Users
.htaccess redirect ?_escaped_fragment_=
This is an open discussion with no replies, filed under General.
Search
Create an account or sign in to comment.
7 users online. Create an account or sign in to join them.Users
This is an open discussion with no replies, filed under General.
Create an account or sign in to comment.
Symphony • Open Source XSLT CMS
--with-xsl)
I'm trying to implement Google's guide for "Making AJAX Applications Crawlable". They say to use #! instead of # in the ajax urls and Google will change this #! to ?escapedfragment_= to get the content that the ajax page would display using javascript from the hash.
ie: Google will change the
http://www.example.com#!anythingtohttp://www.example.com?_escaped_fragment_=anythingThe question is: how can i redirect the page
http://www.example.com/anyString/?_escaped_fragment_=myAjaxPage/mySubPagetohttp://www.example.com/myajaxpage/mysubpageDoes this redirection need to be done in php?
Ps: "The crawler escapes certain characters in the fragment during the transformation". Then i think / will become %2f