fatcow321
Forum Replies Created
-
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Time of order PlaceholderThank you very much!
thanks for this, regarding the link that esmi posted,
when i try to do this, i get an error message saying file or drectory does not exsist, the path i am using is to the header within my theme directory is this right so what i used was:
blog/wp-content/themes/MyTheme/header.php—
<?php
require(‘/the/path/to/your/wp-blog-header.php’);
?><?php
$posts = get_posts(‘numberposts=10&order=ASC&orderby=post_title’);
foreach ($posts as $post) : start_wp(); ?>
<?php the_date(); echo “
“; ?>
<?php the_title(); ?>
<?php the_excerpt(); ?>
<?php
endforeach;
?>Forum: Fixing WordPress
In reply to: fixing Canonical URLs with htaccessno problem thank you for trying to help anyway, i have just moved my domain back to the old ip, hopeing that it was solve the issue, now my domain wont work at all lol so im hoping its just going through the system,
thanks again, im very grateful for your time.
Forum: Fixing WordPress
In reply to: fixing Canonical URLs with htaccessdo you have any thoughts on that?
Forum: Fixing WordPress
In reply to: fixing Canonical URLs with htaccessHi, yes thank you it is enabled i just checked that, the thing is i have been using this for months and months with no problem its only since i upgraded to a new dedicated ip address.
Forum: Fixing WordPress
In reply to: fixing Canonical URLs with htaccessHi, thank you i just tried that code but i had the same problem, when you say check out the urls in general settings are you saying i need to change something to how they are currently?
Forum: Fixing WordPress
In reply to: fixing Canonical URLs with htaccessthank you, this is what i was doing before but if i add the www redirect .htaccess to my domain root it stops the blog working.
another thing is in the gernal options for
WordPress address (URL): http://www.fatcowmedia.com/blog
Blog address (URL): http://fatcowmedia.com/blog
if i add www to the blog address above it also stops the blog from loading?
i hope this makes sense, thank you
Forum: Fixing WordPress
In reply to: fixing Canonical URLs with htaccessalso should my htaccess be in the root of the domain or the root of the blog directory?
Forum: Fixing WordPress
In reply to: fixing Canonical URLs with htaccesshi, thanks ill try this code
my website is: http://www.fatcowmedia.com
and my blog is: http://www.fatcowmedia.com/blog
Forum: Fixing WordPress
In reply to: fixing Canonical URLs with htaccesshi, thanks again, my server is saying i cannot get access to my error logs, this is crazy, is there any other way of try to work out what the problem is?
thanks again for your help!
Forum: Fixing WordPress
In reply to: fixing Canonical URLs with htaccessHi parkstreet, thank you for your time, i added this code below:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{HTTP_HOST} ^fatcowmedia\.com$ [NC]
RewriteRule (.*) http://www.fatcowmedia.com/$1 [R=301,L]
RewriteRule . /blog/index.php [L]
</IfModule>
# END WordPressand when i try to go to any blog page i get this message:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, [no address given] 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.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
thanks again for your help
Forum: Fixing WordPress
In reply to: Frustrated. Traffic drop after upgrade?Hi did either of you find a fix for this? or work out what the problem was?
Forum: Fixing WordPress
In reply to: wordpress not loading