kawaii
New member
LEVEL 1
300 XP
1. Remove file index.php [Hacked]
2. Create new file index.php contain this script.
This is Default index for wordpress.
3. Upload it to your website.
That's it, have fun!
2. Create new file index.php contain this script.
Code:
<?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.
*
* @ WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
*
* @ bool
*/
define( 'WP_USE_THEMES', true );
/** Loads the WordPress Environment and Template */
require DIR . '/wp-blog-header.php';
3. Upload it to your website.
That's it, have fun!