Apr 22
A method to use WOZ v1.5 and Ultimate SEO URLs
Uncategorized 19 Comments »Open /includes/init_includes/init_woz.php Please edit a red part Code: require_once(ABSPATH . ‘wp-config.php’); wp(); if ($_GET[‘main_page’] == FILENAME_WORDPRESS && ( is_feed() || is_trackback() )) { gzip_compression(); require_once(ABSPATH . WPINC . ‘/template-loader.php’); exit(); } Open includes\classes\ssu\cores\link.php Please add a red part Code: // if the index.php is in the url, lets see if we need to rebuild the […]