cattykool
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Which site map generator to use ?I saw this post by musho
“I’ve installed it only on one blog but used this plugin:
https://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/”Has it been working ok ?
Is it a better choice than the https://www.dagondesign.com ?Does anyone have any feedback on sitemap plugins etc ?
Thanks
OK fixed it ??
1) I went back to my original htaccess
2) Made the htaccess wrtable
3) I changed my permalinks to something elseHope this helps some else as well !
Well …
I deleted that stuff and it now reads:
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName fethiye-guide.com
AuthUserFile /home/fetty/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/fetty/public_html/_vti_pvt/service.grpand this htaccess file is in BOTH the root and in the blog directory.
But I am still getting the same error.
see : https://www.site.com
site == fethiye-guide
thanks for helping ??
Do you mean that I should delete this:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>??
The reason I pasted it was becuase it sad something like
“If we could update the .htaccess file …
copy and paste the stuff below”so I did.
BTW
If I go direct to my-site.com/blog/index.php then it all works ok.But running it from root doesn’t work ??
my-site == fethiye-guide
thanks for any helpful guidance.
Forum: Fixing WordPress
In reply to: How to move my index.php to root directory ?Thanks for the help.
I put one inex file in the root:
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./blog/wp-blog-header.php’);
?>and left one in the bol directory:
<?php
/* Short and sweet */
define(‘WP_USE_THEMES’, true);
require(‘./wp-blog-header.php’);
?>I f I dont have the one in the /blog then I just get served up a directory listing instead of a page.
Seems to work OK with the two index files ??
Forum: Themes and Templates
In reply to: Static Front Page BlogHi
Go to Manage ->Pages
Edit you home page
Click on the Discussion box and uncheck the comments.
That is how to get rid of the comments.Have a look at the other boxes to find the other stuff.
Hope that helps.
Forum: Fixing WordPress
In reply to: How do I gett rid of the “Postedby…”Thanks for your help
Excellent – you know your beans ??
I found the code in “pages.php” because my home page is a static page ( i.e. a Page )
Thanks again.
Forum: Fixing WordPress
In reply to: How do I De-Activate the comments on a static page ?Thank you
I must have overlooked the discussion drop-down.
Sorry for being such a dumbo
!
And thanks for your help – keep up the good work ??Forum: Fixing WordPress
In reply to: I s it possible to change the “id” numbers of pages ?Its ok – found it in the docs
– do it in the “manage -> page” and click on page order and put numbers in the boxes ??Forum: Fixing WordPress
In reply to: I deleted the themes … but they still show up and work ??Yes you are correct – if there were smilley faces on this forum I would type a very red face ??
Thanks for pointing that out and restoring my faith in the internet !!
Forum: Fixing WordPress
In reply to: I deleted the themes … but they still show up and work ??Just thought I ought to post my url !
Forum: Fixing WordPress
In reply to: I deleted the themes … but they still show up and work ??Hi
Thanks for the feedback.
I have renamed the two index files so that you can see the directory structure.
You will see that I only have the one theme in the theme directory and it is “Jammed-Blue-10”
But if you click on the “1index.php” link to start the blog – you will see that the log is using “Leaf Green” theme !!!
How is this possible ?
Forum: Fixing WordPress
In reply to: Setting up my static page and blog in sub-dirI think I got some of it working …
On the Optins –> ReadingFront Page
Front page displays:Your latest posts
A static page (select below)
* Front page:
* Posts page:1) The static page to become the Front Page
2) Another static page that will be filled with the posts.Start Page: – Select – ( Home )
Posts Page: – Select – ( My Blog )Then I save the configuration with the button
Now I get TWO “home” pages
Forum: Fixing WordPress
In reply to: Setting up my static page and blog in sub-dirCan some please give me some advise on this subject ?
Thank you ??