Jump to content

Hekmat.hasi

Approved members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Hekmat.hasi

  1. Yes am using fastcgi backend. this is my server config: server { listen 80 ; root /home/nginx/adserver/revive-adserver/; index index.php; server_name ads.weziwezi.com; location / { try_files $uri $uri/ =404; } location ~ \.php$ { fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; } }
  2. Am trying to install Revive Adserver 4.0.0 on a dedicated server (Linux, Nginx), PHP Configuration and File Permissions is OK, On welcome page when i click agree to install i get this message " You need to enable cookies before you can use Revive Adserver ", my browsers cookies is enabled and i tried Google chrome, Firefox, Safari and i get the same error. i have searched in this forum about this issue and all the solutions not worked with me. this is the installation link: http://ads.weziwezi.com/ can you help me please?
×
×
  • Create New...