wordpress - forbidden message
Tags: forbidden, KMU, message, Online Marketing, Schweiz, wordpress
In some cases, with different hosting providers, it occurs sometimes, that you will get an “forbidden” message if you are writing a new post in wordpress and will save this. This has, in most cases, to do with some security rights on the server.
-
Forbidden 403 - You don‘t have permission to access /wp-admin/post.php on this server.
-
One solution is following:
Create a text file with a simple text editor and save it with the name “a.htaccess”. In the text file write:
-
SecFilterInheritance Off
Use a ftp program to transfer this file to your website in the folder
-
…. your-server.com/wp-admin/
This is important!
Rename the file to “.htaccess” (the dot must be before the text). On some servers this file will disapear after you renamed it, because the server is set to not show thus files. Files with a dot at the beginning often set to be hidden. Good ftp programs have the ability to toggle between “showing hidden files / or not”.
Try to write a new post in wordpress.
Ähnliche Artikel
Keine Kommentare
Tag Cloud
wordpress - homepage custom title - other title seo optimized
Tags: custom, KMU, Online Marketing, optimized, Schweiz, wordpress
How to make your homepage title custom and other titles of your wordpress blog seo optimized?
Please use this on your own risk only with wordpress installations!!
If you do not use a plug-in to create seo - optimized titles or some other plug-in dynamic changing the title tag, you can use this method.
Make a backup of the header.php file in the themes folder of your wordpress theme. Just for security reasons, if you will go back to your old header.php file. Open in a text editor the header.php file in the themes folder of your wordpress theme.
Find the following code:
or similar, like this:
Replace the code, with this code:
-
< ?php if(is_home()) { ?>< ?php } else { ?>< ?php } ?>
and change the text “your custom title here” with your title text you like for the homepage. Upload the file and test it.
It should now show your custom title on the homepage and on other pages the seo optimized one.
Please use this on your own risk!!
Ähnliche Artikel
Keine Kommentare
Tag Cloud
Deutsche Sprachdatei für / German Language File for Pligg 9.9.0 Beta
Tags: deutsch, german, KMU, language, Online Marketing, pligg, Schweiz, sprachdatei
Hier findet Ihr eine Deutsche Sprachdatei für das News-Portal Pligg 9.9.0 Beta. Die Software Pligg findet Ihr auf der Webseite www.pligg.com
Download Deutsche Sprachdatei: lang_german_conf.zip
Installation
Download der Sprachdatei
Entzippen der Sprachdatei
Datei muss heissen “lang_german.conf”
Kopieren der Datei in den Ordner “languages” im Root-Verzeichnis der Pligg-Installation
In der Datei “config.php” ändern der Sprache von “english” in “german” (nur Kleinbuchstaben, wie Datei)
-
if(isset($_COOKIE[’language’])){
-
$language = $_COOKIE[’language’];
-
if (!file_exists(’./libs/lang_’.$language.’.conf’)) {$language = ‘german’;}
-
} else {
-
$language = ‘german’;
-
}
Löschen der Dateien im Verzeichnis “templates_c”
Ende
Viel Spass
Beispiel: http://www.pigg.ch
Ähnliche Artikel
3 Kommentare
Tag Cloud
Mambo / Joomla
Tags: CMS, content, joomla, mambo
Mambo war und ist der Vorgänger von Joomla. Beide sind recht statische CMS, die aber über eine grosse Anhängerschaft und Entwicklerzahl verfügen. Die Administrationsoberfläche ist bei beiden Systemen ausgereift und lässt auch die Arbeit von mehreren Redakteuren zu.
Es gibt viele Styles und Plugins für beide Systeme.
Diese beiden Systeme eignen sich gut für private Webseiten oder semi-private Webseiten, wie z.B. Gaststätten, Vereine etc., die nicht ständig aber ab und zu geändert werden müssen.
Ähnliche Artikel
Keine Kommentare
Tag Cloud
TYPO3
Tags: CMS, open source, typo3
TYPO3 (www.typo3.com) - ist der Mercedes unter den Open Source, Content Management Systemen (CMS). Die Software ist selber kostenlos und kann unter Einhaltung der GPL (www.fsf.org/licensing/licenses/gpl.html) verwendet werden. Der Umfang und die Möglichkeiten mit TYPO3 sind unglaublich vielseitig und skalierbar. Selbst anerkannte, grosse Unternehmen setzen für Ihre Weblösung TYPO3 ein, würden es aber nicht zugeben, da TYPO3 eben eine Open Source Lösung ist und man damit keinen “anderen” Verantwortlichen für Fehler vorweisen kann.
Viele grosse Werbeagenturen haben sich darauf spezialisiert TYPO3 für ihre Kunden einzusetzen. Das liegt wohl daran, dass die Einarbeitung in TYPO3 einige Zeit mehr erfordert als in andere Systeme, was man wiederum dem Kunden in Rechnung stellen kann. Dann kann man auch gleich die Verantwortung übernehmen. So nach dem Motto - was nichts kostet ist schlecht und je mehr was kostet, desto besser ist es. Mundus vult decipi (die Welt will betrogen sein).
Das schmälert aber nicht die Leistung und den Umfang von TYPO3.

