Arkadaşlar ........ sitesini kendi hostuma taşıdıktan sonra bir sorun oluştu. Önceki hostu cpanel idi. Benim hostum ise direkt admin panel. Bu sorunu nasıl çözerim. Bilen arkadaşlardan destek bekliyorum.
SORUN ÇÖZÜLMÜŞTÜR ARKADAŞLAR. YARDIM EDEN ARKADAŞLARA TEŞEKKÜR EDERİM.
Sitem açılmıyor arkadaşlar acil yardım lütfen
6
●410
- 09-01-2010, 01:37:06Kimlik doğrulama veya yönetimden onay bekliyor.Siteyi doğru klasöre attığından emin misin? Public_html ' nin içine ?
- 09-01-2010, 01:39:58Bir yanlışın var gibi görünüyor. Klasör olarak mı attın? index.php public_html' nin içinde mi? Onları bir kontrol et sorun olmaması lazım.
- 09-01-2010, 02:06:48index.php nin içinde:
// of supporting developers from this source code or any supporting // // source code which is considered copyrighted (c) material of the // // original comment or credit authors. // // // // This program is distributed in the hope that it will be useful, // // but WITHOUT ANY WARRANTY; without even the implied warranty of // // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // // GNU General Public License for more details. // // // // You should have received a copy of the GNU General Public License // // along with this program; if not, write to the Free Software // // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // ------------------------------------------------------------------------ // /** * Catch new users and redirect them to the start page, if any * @copyright © 2000 xoops.org **/ /** * redirects to installation, if xoops is not installed yet **/ include "mainfile.php"; //check if start page is defined if ( isset($xoopsConfig['startpage']) && $xoopsConfig['startpage'] != "" && $xoopsConfig['startpage'] != "--" ) { header('Location: '.XOOPS_URL.'/modules/'.$xoopsConfig['startpage'].'/'); exit(); } else { $xoopsOption['show_cblock'] =1; include "header.php"; include "footer.php"; } ?>var. Burada mainfile.php de değişiklikler yapılması gerekiyor galiba. Hangi değişiklikleri yapmamız lazım biliyor musunuz arkadaşlar?