This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
CentOS 7 Problems / How To Enable CORS on CWP?
« on: March 20, 2019, 07:44:36 AM »
Hi ,
I'm trying to activate CORS on my server for the last two days with no luck. I enabled CloudFront caching using a plugin and after that, the icons on my website is missing. So I contacted plugin developer and he said CORS is not enabled on my server. My server using Nginx & Varnish & Apache configuration. So It would be great if you can help me to enable CORS on my web server? Thanks in advance
I'm trying to activate CORS on my server for the last two days with no luck. I enabled CloudFront caching using a plugin and after that, the icons on my website is missing. So I contacted plugin developer and he said CORS is not enabled on my server. My server using Nginx & Varnish & Apache configuration. So It would be great if you can help me to enable CORS on my web server? Thanks in advance
2
Apache / Re: File Downloads Instead Of Loading Websites
« on: August 08, 2015, 01:36:04 PM »Try to recompile php also.recompiled php, but still facing the same error. Is there is anyway to change user account of the websites? Secondary user websites just working fine.
3
Apache / File Downloads Instead Of Loading Websites
« on: August 08, 2015, 02:55:40 AM »
I installed our webpanel in my unmanaged vps a month ago. Until now, all things worked fine. I have 2 user accounts and more than 10 websites in these accounts. Yesterday I added a domain and I got 'HTTP Test Page'. To resolve this, I tried rebuilding virtual hosts and apache config. But after that when I try to visit any domain in my primary account it downloads a file automatically instead of loading webpage in browser. The secondary account just works fine. Now all my websites in primary account are offline.
Domains:
1. whatsappvideos.ga
2. funnynewvideos.ga
3. youwemedia.ga
and few more. Kindly help me as soon as possible. Her's the example of auto download file. I think it is insex.php
Domains:
1. whatsappvideos.ga
2. funnynewvideos.ga
3. youwemedia.ga
and few more. Kindly help me as soon as possible. Her's the example of auto download file. I think it is insex.php
Quote
<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define('WP_USE_THEMES', true);
/** Loads the WordPress Environment and Template */
require( dirname( __FILE__ ) . '/wp-blog-header.php' );
Pages: [1]