各位好
老闆要我修改網頁上的地址跟電話
我進入捕夢網後台,並經由FTP下載網頁的index.php檔案
但原本435KB大小的index.php,下載下來變成只有1KB
並且上面寫著
<?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' );
並且資料夾變成了
wp-admin
wp-content
wp-includes
查了一下知道是由.htaccess這個檔案在保護整個網頁資料夾
想請問各位,我該怎麼樣才能解開.htaccess
讓我能修改裡面的東西呢?