hd2o.tv
Member
Posted 3 years ago #
http://jaystaggs.com
The index.php is setup outside wp directory, and functioning correctly.
May or may not be related to issue.
Category and tag links are misdirected. address comes up this way: http://jaystaggs.
/uncategorized/ which is obviously wrong.
tags have same address error.
Where's this code???
2.7.1 brand new install
thanks
Paul
Review your Permalinks structure via Administration > Settings > Permalinks
Also your index.php in your web-root should be something like this:
<?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('./blog/wp-blog-header.php');
?>
hd2o.tv
Member
Posted 3 years ago #
Hi Michael,
Yes, I've got these set.
I will re-install because I notice all internal links are making the same address error. [.comauthor] [.comcategories] etc.
Very strange.
Paul
If you reinstall, just drop the database tables via phpMyAdmin, then browse to http://jaystaggs.com/blog to install, then login and change ONLY your Blog Address (URL) to http://jaystaggs.com
hd2o.tv
Member
Posted 3 years ago #
I've backup and remove the DB. phpMyAdmin and drop the tables.
Now reinstall. got it.
thanks
hd2o.tv
Member
Posted 3 years ago #
Awesome,
Uploaded the few changes I made to the style, etc and it's up an running. You guys writing the code are off the planet.
bang. Everything works.
perfect, thanks again for the mentoring.
Paul