at path:
ROOT
/
index.php
run:
R
W
Run
.htaccess
233 By
2026-03-09 09:02:42
R
W
Run
Delete
Rename
chosen.php
122.65 KB
2026-03-09 09:02:43
R
W
Run
Delete
Rename
index.php
405 By
2026-03-09 09:02:42
R
W
Run
Delete
Rename
simple.php
15.05 KB
2026-03-09 09:02:42
R
W
Run
Delete
Rename
wp-blog-header.php
1018 By
2026-03-09 09:02:42
R
W
Run
Delete
Rename
error_log
up
📄
index.php
Save
<?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 __DIR__ . '/wp-blog-header.php';