Changes between Version 5 and Version 6 of TutorialHowToInstallDolphinOnNginx


Ignore:
Timestamp:
Aug 29, 2015, 3:17:10 PM (9 years ago)
Author:
AlexT
Comment:

one rewrite rule was missing for Ads module

Legend:

Unmodified
Added
Removed
Modified
  • TutorialHowToInstallDolphinOnNginx

    v5 v6  
    6767        rewrite "^/path_to_dolphin/ads/popular_ads[/]*$" /path_to_dolphin/modules/boonex/ads/classifieds.php?action=show_popular last; 
    6868        rewrite "^/path_to_dolphin/ads/featured_ads[/]*$" /path_to_dolphin/modules/boonex/ads/classifieds.php?action=show_featured last; 
     69        rewrite "^/path_to_dolphin/ads/member_ads/([0-9]+)[/]*$" /path_to_dolphin/modules/boonex/ads/classifieds.php?UsersOtherListing=1&IDProfile=$1 last; 
     70 
    6971 
    7072        # search by tag rewrite 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub