WordPress.org
News
Showcase
Hosting
Extend
Themes
Plugins
Patterns
Blocks
Openverse
↗
︎
Learn
Learn WordPress
Documentation
Forums
Developers
WordPress.tv
↗
︎
Community
Make WordPress
Photo Directory
Five for the Future
Events
Job Board
↗
︎
About
About WordPress
Enterprise
Gutenberg
↗
︎
Get WordPress
Search Trac
Get WordPress
Make WordPress Core
Blog
Handbook
Tickets
Components
Browse Source
Trac Timeline
Create a New Ticket
Search:
Login
Notifications
Context Navigation
Back to Ticket #45528
Ticket #45528
: index.php
File index.php,
81 bytes
(added by
fierevere
,
6 years ago
)
index.php redirector for site root folder. Loads wordpress from /wordpress/
Line
1
<?php
2
define
(
'WP_USE_THEMES'
,
true
);
3
require
(
'./wordpress/wp-blog-header.php'
);
4
Trac UI Preferences
Download in other formats:
Original Format