Ana domain'de wordpress kurulu olan bir yere subdomain açıp içine wordpress dosyalarını yükledim, lakin subdomain.domain.com 'a girdiğimde içeriği aşağıdaki kodlardan oluşan bir dosya indirmekte.
Config'e database'leri filan da girdim lâkin neden böyle birşey yaptı anlayabilmiş değilim, yardımcı olabilecek arkadaşlara şimdiden teşekkürler
<?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('./wp-blog-header.php');