Suchmaschinenfreundliche URLs bei 1.4 - Druckversion +- MyBB.de Forum (https://www.mybb.de/forum) +-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html) +--- Forum: MyBB 1.4.x (https://www.mybb.de/forum/forum-51.html) +---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-52.html) +---- Thema: Suchmaschinenfreundliche URLs bei 1.4 (/thread-10227.html) |
RE: Suchmaschinenfreundliche URLs bei 1.4 - Ulrich - 12.08.2008 Moin Michael so ist es Ulrich RE: Suchmaschinenfreundliche URLs bei 1.4 - Michael - 12.08.2008 Führe bitte mal folgenden Query in der Datenbank aus: Code: SELECT * FROM mybb_settings WHERE name = 'seourls'; Code: INSERT INTO `mybb_settings` (`sid`, `name`, `title`, `description`, `optionscode`, `value`, `disporder`, `gid`, `isdefault`) VALUES (NULL, 'seourls', 'Enable search engine friendly URLs?', 'Search engine friendly URLs change the MyBB links to shorter URLs which search engines prefer and are easier to type. showthread.php?tid=1 becomes thread1.html. <strong>Once this setting is enabled you need to make sure you have the MyBB .htaccess in your MyBB root directory (or the equivilent for your web server). Automatic detection may not work on all servers.</strong> Please see <a href="http://wiki.mybboard.net/index.php/SEF_URLS">The MyBB wiki</a> for assistance.', 'select\nauto=Automatic Detection\nyes=Enabled\nno=Disabled', 'yes', 1, 15, 1); RE: Suchmaschinenfreundliche URLs bei 1.4 - Ulrich - 12.08.2008 Okay jetzt ist das da, wenn ich die .htaccess aktiviere, bekomme ich nur noch murks. 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. Ulrich RE: Suchmaschinenfreundliche URLs bei 1.4 - StefanT - 12.08.2008 Unterstützt der Server mod_rewrite? RE: Suchmaschinenfreundliche URLs bei 1.4 - Ulrich - 12.08.2008 Vielen Dank das wars, gucken geht vor denken. Malocht Vielen Dank Ulrich RE: Suchmaschinenfreundliche URLs bei 1.4 - ElkeK. - 30.08.2008 Hallo und guten Morgen, ich möchte da mal aufgreifen. Und zwar habe ich zwei Joomla!-Seiten auf meinem Webspace, und da funktioniert das mit den suchmaschinenfreundlichen URL's. Im Admin-Bereich konnte ich auswählen bei "mod_rewrite" aktivieren und ich habe es nicht aktiviert. Da geht es! Im Forum klappt es leider irgendwie nicht. Trotz der Datei etc. Sobald ich im ACP auf "aktivieren" gehe, wird keine Seite mehr erkannt. Eine meiner Seiten mit Joomla!: www.monalou.de Hat jemand eine Idee, wie es noch geht? Also das Modul mod_rewrite ist installiert laut PHP-Info. LG, Elke! RE: Suchmaschinenfreundliche URLs bei 1.4 - Michael - 30.08.2008 Joomla kann auch ohne mod_rewrite auskommen, dann hast du aber weiterhin die index.php in der URL: index.php/seite.html. Das kann das MyBB nicht. Hast du die Datei htaccess.txt in .htaccess umbenannt? Wenn mod_rewrite aktiviert ist und du nach Aktivierung der suchmaschinenfreundlichen URLs die Fehlermeldung bekommst, dass die Seite nicht gefunden wurde, versuche mal das: Öffne die .htaccess und suche nach: Code: RewriteEngine on Code: RewriteBase / RE: Suchmaschinenfreundliche URLs bei 1.4 - ElkeK. - 30.08.2008 Hallo Michael, leider klappte es damit auch nicht. Ist schon irgendwie verhext! LG, Elke! RE: Suchmaschinenfreundliche URLs bei 1.4 - Ulrich - 30.08.2008 Hallo Elke, Dragoon hat mich gefragt ob "Unterstützt der Server mod_rewrite? " Hast Du das eingeschaltet ? Es kann nur daran liegen. Bei Confixx findest Du das in den httpd-optionen. Ulrich RE: Suchmaschinenfreundliche URLs bei 1.4 - ElkeK. - 30.08.2008 (30.08.2008, 14:21)Ulrich schrieb: Hallo Elke, Hallo Ulrich, aus der PHP-Info geht hervor, das mod_rewrite eingeschaltet ist. LG, Elke! |