You can check it out working here:
http://www.titleistassetmanagement.com/blog/
[sig moderated as per the Forum Rules]
Thanks,
I got it working. If anyone else is trying to get this working. Do not use the .htaccess file. But apparently the disable-canonical-redirects.php plug-in and the php code:
if(isset($_REQUEST['q'])) {
$_SERVER['REQUEST_URI'] = "/" . $_REQUEST["q"];
}else{
if (empty($_SERVER['QUERY_STRING'])) {
$_SERVER['REQUEST_URI'] = $_SERVER['SCRIPT_NAME'];
} else {
$_SERVER['REQUEST_URI'] = $_SERVER['SCRIPT_NAME'] . "?" .
$_SERVER['QUERY_STRING'];
}
}
[Please post code snippets between backticks or use the code button.]
added to the wp-settings.php file fixed the problem.
Bryan
this is on a concentric site. I have not installed any template at all yet. I just installed. but the front end will not display. all I get is a timeout.
and no there is no htaccess file.
when i try to explicit direct it to:
http://www.titleistassetmanagement.com/blog/index.php
it also just times out.