rudolfnu
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to redirect RSS feeds to a subdomain?you can also try this plugin:
http://fucoder.com/code/permalink-redirect/
You have the option to redirect feed direct to Feedburner!Forum: Fixing WordPress
In reply to: Tagging problem with Technorati tagshe he, That is set of course 😉
Both in wp-config and there.I mean in WP totally, I think that is impossible, you probably have to change all php scripts. I understand why! Since UTF-8 seems to be the future, not for us but!
http://www.thinkingphp.org/2006/10/19/title-to-url-slug-conversion/
could be one way?? perhaps
Forum: Fixing WordPress
In reply to: Tagging problem with Technorati tagsQuestion do WP use UTF-8 internally? Probably!
can you change it to ISO-8859-1?Forum: Fixing WordPress
In reply to: Tagging problem with Technorati tagsseems like technorati finds the word anyway:
http://technorati.com/tag/%C3%A4rligt
but the taglink on my page is wrong, Techno recognizes it anyway from the text.So it seems like we in the nordic countries and others, simply have to manually make Technolinks like:
<a href="http://technorati.com/tag/%C3%A4rligt" rel="tag">ärligt</a>
Sound stupid, but I havent found any other solution for this issue!Forum: Fixing WordPress
In reply to: Tagging problem with Technorati tagsIt seems like technorati makes the wright assumption with
<a href="//technorati.com/tag/%C3%A4rligt"" rel=""tag"">ärligt</a>but SimpleTags (and the others) make the wrong one
<a href="http://technorati.com/tag/%E4rligt" rel="tag">rligt</a>Forum: Fixing WordPress
In reply to: Tagging problem with Technorati tagsYou are right, I will try that also and see if it works. I went in to technorati and searched for ärligt, and didn´t find anything. Technorati suggested to take this link in the page:
<a href="//technorati.com/tag/%C3%A4rligt"" rel=""tag"">ärligt</a>Same thing? strange? I understand that you can´t have urls with å, ä, ö. Perhaps it´s no problem, since the tag is ärligt but the searchlink is http://technorati.com/tag/%C3%A4rligt
Can someone help, are I´m misstaking?I´m going to try to make a tag with ärligt, ping Technorati and try to search for ärligt. I´ll be back with result!
Forum: Fixing WordPress
In reply to: Permalink or linking problem!I use your plugin since before, it´s perfect I think!
I dont know why but I use two sitemaps, one from your plugin and one from GSiteCrawler. GS makes more links than your plugin, but I´m sure that this doesn´t matter old habit I guess 😉
I tried your new one and it make more links, and have better settings than before, perhaps I should try with only one 🙂
Forum: Fixing WordPress
In reply to: .htaccess and chmod 777he he, sorry
I understand, I´m a bit slow today, he he
Forum: Fixing WordPress
In reply to: .htaccess and chmod 777Ohh I see, two solutions for different problems, I understand!
thank you so much for you help!!!!!
Forum: Fixing WordPress
In reply to: .htaccess and chmod 777this goes in to my htacces file in the folder
<Files ~ “^.ht”>
Order allow,deny
Deny from all
Satisfy All
</Files>chmodded 777
but the other lines that you wrote?
AddType text/plain .pl
AddType text/plain .cgi
AddType text/plain .phpForum: Fixing WordPress
In reply to: .htaccess and chmod 777Oh the first lines then?
AddType text/plain .pl
AddType text/plain .cgi
AddType text/plain .phpIm no htacces expert 😉
Forum: Fixing WordPress
In reply to: .htaccess and chmod 777perfect, Thank you for the help!
I asume that this disables script´s in that folder?Forum: Fixing WordPress
In reply to: .htaccess and chmod 777In htaccess?
AddType text/plain .pl
AddType text/plain .cgi
AddType text/plain .phpdo you need something else? I can try it
Forum: Fixing WordPress
In reply to: .htaccess and chmod 777perfect, Im impressed how fast you replied! 🙂
Forum: Fixing WordPress
In reply to: .htaccess and chmod 777yep