Jump to content

redstorm

Approved members
  • Posts

    5
  • Joined

  • Last visited

Reputation Activity

  1. Upvote
    redstorm got a reaction from andrewatfornax in Problem Switching Between Default Manager And Administrator Account   
    I had two servers one dev and prod, the prod one had the issue of not switching accounts without a refresh. The difference between them was prod had the mod_expires apache module enabled and was causing the browser client to cache the pages instead of refreshing them on user switch.
     
    To get around this i have created an .htaccess file in the revive directory with "ExpiresActive Off"
     
    Add to your virtual host config
            <Directory var/www/adserver>             Options Indexes FollowSymLinks MultiViews             AllowOverride Indexes             Order allow,deny             allow from all         </Directory>   restart apache and test.
  2. Upvote
    redstorm reacted to xtech in Async Loading   
    Hi,
     
    i would like to suggest a native Async loading feature. In my opinion, a #1 feature!

    It seems that is is quite demanded: http://forum.revive-adserver.com/topic/9-asynchronous-loading/
     
    Regards
     
     
×
×
  • Create New...