I want to use wordpress, and it works but the url i put in wordpress stopped working and changed becuase sitepro was using it. i already deleted all fild related to site pro but i can’t see the trashbutton thats supposed to be there is there any other way for me to disable it
The site builder will rename your wordpress index.php
to spb_index.php
So to restore your website just rename spb_index.php
to index.php
and reload the page
4 Likes
yeah that wasn’t there. spb wasn’t there
and i renamed and reloaded. right now the sitepro website isn’t working. it is showing an error message. but i want to remove my domain from it or delete the site completely somehow
So your wordpress is installed but the index.php is missing ?
Ok no issue, i’ve just installed a fresh wordpress and here is a copy of the index.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';
If index.php is there then maybe its just a browser cache issue ? try clearing your browser cache
7 Likes
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.