tom-kroscavage
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 500 Internal Server ErrorI renamed my htaccess to htaccess.txt and it fired right up. Why?
Forum: Fixing WordPress
In reply to: 500 Internal Server ErrorHere is my htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>RewriteEngine On
RRewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
I found the page I created and deleted it. Still no website.
Forum: Fixing WordPress
In reply to: 500 Internal Server ErrorThe last thing I did was created a page called links I added this code to the page <body> [wplinkdir] </body>. I was trying to do what I read on this page https://www.seanbluestone.com/wp-link-directory
Forum: Fixing WordPress
In reply to: Error when installing Alec Tang’s link exchange plug-inI could not get Alec Tang’s plug-in to work so I installed “Links Directory for WordPress By Sean Bluestone.” I created a inks page and my site has crashed
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/1.3.33 Server at https://www.tekindoor.com Port 80
Forum: Fixing WordPress
In reply to: Error when installing Alec Tang’s link exchange plug-inThis is what it says at the bottom of my plug-in dashboard “To manually install a plugin you generally just need to upload the plugin file into your /home/content/t/e/k/tekindoor/html/wp-content/plugins directory.”
I don’t have a directory like that. just https://www.tekindoor.com/wp-content/plugins
Forum: Fixing WordPress
In reply to: Why is my site so slow?I can’t get eAccelerator or XCache to work. Do you have a direct link
Forum: Fixing WordPress
In reply to: Why is my site so slow?why would my theme take so much more time to load then the default? it seem very light. Errors?
Forum: Fixing WordPress
In reply to: Why is my site so slow?with my theme it takes 2.5 seconds to load MY SITE.
Forum: Fixing WordPress
In reply to: Why is my site so slow?I deactivated all plug-in and switched to the default theme and it loads in under one second
Forum: Fixing WordPress
In reply to: Why is my site so slow?my dashboard is even slower 45 seconds
Forum: Fixing WordPress
In reply to: Why is my site so slow?Thanks jdembowski good stuff. What do the results of Pingdom’s test mean? The page loads slow but the elements load fast?
Forum: Themes and Templates
In reply to: Awesome ThemeIt is an awesome theme, but it has 700+ lines of code before it gets to any context. It may be bad for the Google bots????
Forum: Themes and Templates
In reply to: Adding pages to my suckerfish menuhow can I add my “HOME” page to the suckerfish menu?
my site is HERE
Forum: Themes and Templates
In reply to: Adding pages to my suckerfish menuI add some pages, but how can I add my home page to the suckerfish menu? and why is forum the only one in caps?
my site is HERE
here is the header.php
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml”>
<head profile=”https://gmpg.org/xfn/1″>
<title><?php wp_title(‘ ‘); if(wp_title(‘ ‘, false)) { echo ‘ | ‘; } bloginfo(‘name’); ?></title>
<meta http-equiv=”Content-Type” content=”text/html; charset=<?php bloginfo(‘charset’); ?>” />
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘stylesheet_url’); ?>” />
<!–[if lte IE 7]><script language=”JavaScript” src=”<?php bloginfo(‘template_url’); ?>/suckerfish.js”></script><![endif]–>
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_head(); ?>
<link rel=”shortcut icon” href=”<?php bloginfo(‘template_directory’); ?>/favicon.ico” />
</head>
<body>
<div class=”tek_container”>
” id=”tek_logo”><span>tek_ WordPress Theme</span>
</div>
<div id=”tek_mainmenuwrapper”>
<div class=”tek_container”>
<ul id=”tek_mainmenu”>
<?php wp_list_pages(‘title_li=&depth=1’)?>
<?php wp_list_categories(‘title_li=&hide_empty=0’); ?>
<li class=”tek_right”>
<form id=”searchform” method=”get” action=”<?php bloginfo(‘siteurl’)?>/”>
<input type=”text” name=”s” id=”searchbox” class=”textbox” value=”<?php echo wp_specialchars($s, 1); ?>” />
<input id=”btnSearch” type=”submit” name=”submit” value=”<?php _e(‘Search’); ?>” />
</form></div>
<div class=”tek_clear”></div>
</div><div id=”tek_description”>
<div class=”tek_container”>
<p>
<?php
if (is_category()) {echo category_description();}
else {bloginfo(‘description’);}
?>
</p>
</div>
</div>Forum: Themes and Templates
In reply to: Adding pages to my suckerfish menuHere is my header php
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml”>
<head profile=”https://gmpg.org/xfn/1″>
<title><?php wp_title(‘ ‘); if(wp_title(‘ ‘, false)) { echo ‘ | ‘; } bloginfo(‘name’); ?></title>
<meta http-equiv=”Content-Type” content=”text/html; charset=<?php bloginfo(‘charset’); ?>” />
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo(‘stylesheet_url’); ?>” />
<!–[if lte IE 7]><script language=”JavaScript” src=”<?php bloginfo(‘template_url’); ?>/suckerfish.js”></script><![endif]–>
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_head(); ?>
<link rel=”shortcut icon” href=”<?php bloginfo(‘template_directory’); ?>/favicon.ico” />
</head>
<body>
<div class=”tek_container”>
” id=”tek_logo”><span>tek_ WordPress Theme</span>
<ul id=”tek_topmenu”>
<?php // YOU COULD ALTERNATIVELY USE THE FOLLOWING CODE TO DISPLAY CATEGORIES IN THE TOP MENU INSTEAD | wp_list_categories(‘title_li=’); ?>
<?php wp_list_pages(‘title_li=&depth=1’)?></div>
<div id=”tek_mainmenuwrapper”>
<div class=”tek_container”>
<ul id=”tek_mainmenu”>
<?php // YOU COULD ALTERNATIVELY USE THE FOLLOWING CODE TO DISPLAY PAGES IN THE DROPDOWN MENU INSTEAD | wp_list_pages(‘title_li=&depth=1’)?>
<?php wp_list_categories(‘title_li=&hide_empty=0’); ?>
<li class=”tek_right”>
<form id=”searchform” method=”get” action=”<?php bloginfo(‘siteurl’)?>/”>
<input type=”text” name=”s” id=”searchbox” class=”textbox” value=”<?php echo wp_specialchars($s, 1); ?>” />
<input id=”btnSearch” type=”submit” name=”submit” value=”<?php _e(‘Search’); ?>” />
</form></div>
<div class=”tek_clear”></div>
</div><div id=”tek_description”>
<div class=”tek_container”>
<p>
<?php
if (is_category()) {echo category_description();}
else {bloginfo(‘description’);}
?>
</p>
</div>
</div>