wp-admin not loading, white page appearing
-
Hello,
my site is pixionline.com
i just cant access to pixionline.com/wp-admin
there is a blank page opening, please let me know how may i resolve this,
Index HTML structure:
<html> <head> <title>PixiGraphics Official Website</title> <meta http-equiv="Content-Type" content="text/html; charset=big5"> </head> <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <!-- Save for Web Slices (Untitled-1) --> <table id="Table_01" width="1024" height="768" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <div align="left"><img src="images/Index_01.jpg" width="162" height="768" alt=""></div></td> <td> <div align="center"><img src="images/Index_02.jpg" width="706" height="768" alt=""></div></td> <td> <div align="right"><img src="images/Index_03.jpg" width="156" height="768" alt=""></div></td> </tr> </table> <!-- End Save for Web Slices --> </body> </html>
PHP index Structre:
<?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’);
?>.htaccess structre:
RewriteEngine On
# Some hosts may require you to use the
RewriteBase
directive.
# If you need to use theRewriteBase
directive, it should be the
# absolute physical path to the directory that contains this htaccess file.
#
# RewriteBase /Options -indexes
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php [QSA,L]
- The topic ‘wp-admin not loading, white page appearing’ is closed to new replies.