Crawlable AJAX with _escaped_fragment_ in htaccess

后端 未结 5 626
情深已故
情深已故 2021-01-02 19:45

Hello fellow developers!

We are almost finished with developing first phase of our ajax web app. In our app we are using hash fragments like:

http://         


        
5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-02 20:36

    If I'm not mistaken.

    RewriteCond %{QUERY_STRING} ^_escaped_fragment_=(.*)$
    RewriteRule ^$ /webroot/crawler.php?%1 [L]
    

提交回复
热议问题