salmancrusher
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] ESI Shortcode doesnt work with Elementori use litespeed WP plugin running on litespeed enterprise.
esi is enabled for sure, if you see my second block of code which uses ESI filter, then it renders correctly.
Forum: Plugins
In reply to: [BadgeOS] All the Fields in The Steps are opened and no changes are savedJust Update the other Plugins (there were around 20 outdated ones) and it worked.
Forum: Fixing WordPress
In reply to: permalinks error , 404 Not Found [ Running on Nginx]yeah I did that after posting a reply here and it worked.. Thanks s4ku and laliz
Forum: Fixing WordPress
In reply to: permalinks error , 404 Not Found [ Running on Nginx]S4ku, I found the file you were talking about.
it was in usr/local/nginx/conf/conf.f/rp.hotlinknews.com/conf
# redirect from non-www to www # uncomment, save file and restart Nginx to enable #server { # listen 80; # server_name rp.hotlinknews.com; # return 301 $scheme://www.rp.hotlinknews.com$request_uri; # } server { server_name rp.hotlinknews.com www.rp.hotlinknews.com; # ngx_pagespeed & ngx_pagespeed handler #include /usr/local/nginx/conf/pagespeed.conf; #include /usr/local/nginx/conf/pagespeedhandler.conf; #include /usr/local/nginx/conf/pagespeedstatslog.conf; # limit_conn limit_per_ip 16; # ssi on; access_log /home/nginx/domains/rp.hotlinknews.com/log/access.log combined buffer=32k; error_log /home/nginx/domains/rp.hotlinknews.com/log/error.log; root /home/nginx/domains/rp.hotlinknews.com/public; location / { auth_basic "Restricted"; #For Basic Auth auth_basic_user_file /usr/local/nginx/conf/htpasswd; # block common exploits, sql injections etc #include /usr/local/nginx/conf/block.conf; # Enables directory listings when index file not found #autoindex on; # Shows file listing times as local time #autoindex_localtime on; # Enable for vBulletin usage WITHOUT vbSEO installed #try_files $uri $uri/ /index.php; } include /usr/local/nginx/conf/staticfiles.conf; include /usr/local/nginx/conf/php.conf; include /usr/local/nginx/conf/drop.conf; #include /usr/local/nginx/conf/errorpage.conf; }
I tried adding the code you gave me in first reply to location /{ block . But nothing happened
Forum: Fixing WordPress
In reply to: permalinks error , 404 Not Found [ Running on Nginx]there is no folder named ‘nginx’ in /etc directory
Forum: Fixing WordPress
In reply to: permalinks error , 404 Not Found [ Running on Nginx]Thanks for replying S4ku.. I did what you said but still its the same error.
I am editing the file in
/svr-setup/nginx-1.7.9/conf/nginx.conf
Is this the correct file I am editing?
Forum: Plugins
In reply to: [Easy Responsive Tabs] Tabs do not work, just show strange codeHow did you get it to Work? I still see the code but cant see the TABS in the EDITOR