You are not logged in.

  • Login

1

Sunday, January 1st 2006, 5:29pm

Joomla .htaccess Problem

Hallo,
ich betreibe seit kurzem http://www.affiliate-start.de. Im Admin von Joomla! kann man Suchmaschinen freundliche URL anschlaten. Dies habe ich getan und habe wie es gesgat wurde die htaccess.txt Datei in .htaccess umbenannt. Nun, wenn ich http://affiliate-start.de aufrufe, kommt der Fehler 500. Was habe ich falsch gemacht? Ich habe mometan die .htaccess Datei gelöscht, damit wenigstens die Seite wieder online ist.

Vielen Dank

2

Sunday, January 1st 2006, 5:33pm

bei welchem webhoster bist du?
erstelle mal eine datei mit dem inhalt

PHP Quellcode

1
<?php phpinfo(); ?>

und rufe diese im browser auf..

steht dort etwas von mod_rewrite?

3

Sunday, January 1st 2006, 5:52pm

Hallo,
habe mal die Datei online gestellt:
http://www.affiliate-start.de/test.php

4

Sunday, January 1st 2006, 5:58pm

Mod Rewrite ist aktiv

Quoted

Loaded Modules mod_userdir, mod_ssl, mod_python, mod_php4, mod_perl, mod_setenvif, mod_so, mod_usertrack, mod_headers, mod_expires, mod_cern_meta, mod_digest, mod_auth_db, mod_auth_dbm, mod_auth_anon, mod_auth, mod_access, mod_rewrite, mod_alias, mod_speling, mod_actions, mod_imap, mod_asis, mod_cgi, mod_dir, mod_autoindex, mod_include, mod_info, mod_status, mod_negotiation, mod_mime, mod_mime_magic, mod_log_referer, mod_log_agent, mod_log_config, mod_define, mod_env, mod_vhost_alias, mod_mmap_static, http_core


poste doch bitte mal den inhalt der .htaccess datei

5

Sunday, January 1st 2006, 6:03pm

Inhalt der htaccess von affiliate-start

affiliate-start wird auf dem gleichem Server wie regon.de gehostet: http://www.regon.de/AFILLIATE-START
Hier der Inhalt der htaccess.txt:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
##
# @version $Id: htaccess.txt 1005 2005-11-13 17:33:59Z stingrey $
# @package Joomla
# @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##

Options +FollowSymLinks

#
#  mod_rewrite in use
#

RewriteEngine On

#  Uncomment following line if your webserver's URL 
#  is not directly related to physical file paths.
#  Update YourJoomlaDirectory (just / for root)

# RewriteBase /YourJoomlaDirectory

#
#  Rules
#

RewriteCond %{REQUEST_FILENAME} !\.(jpg|jpeg|gif|png|css|js|pl|txt)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php

6

Sunday, January 1st 2006, 6:08pm

Re: Inhalt der htaccess von affiliate-start

Quoted from ""regon_de""

affiliate-start wird auf dem gleichem Server wie regon.de gehostet: http://www.regon.de/AFILLIATE-START....


was heißt das?
wie ist denn deine verzeichnis struktur?

~/html/regon.de/..files... => regon.de
~/html/affiliate-start.de/..files... => affiliate-start.de

oder ~/html => regon.de
~/html/affiliate-start.de/ => affiliate-start.de

wo liegt deine .htaccess?

ist aber nicht dein eigener server, oder?
ein auszug aus der syslog (/var/log/syslog) würde dann nämlich helfen

7

Sunday, January 1st 2006, 7:09pm

~/html => regon.de
~/html/AFILIATE-START/ => affiliate-start.de - Hier liegt die Datei.

8

Sunday, January 1st 2006, 11:12pm

englisch ist nicht so dein ding, oder?

Quoted

# Uncomment following line if your webserver's URL
# is not directly related to physical file paths.
# Update YourJoomlaDirectory (just / for root)


heißt zu deutsch, dass du die raute vor RewriteBase entfernen sollst und den pfad anpassen musst

Source code

1
RewriteBase /AFFILIATE-START


und diese .htaccess dann ins oberste verzeichnis kopieren
(bzw. bestehene .htaccess ergänzen)

sollte so funktionieren

9

Sunday, January 1st 2006, 11:17pm

http://www.affiliate-start.de/ :cry: Fehler 500

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, info@itowl.net 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.

Apache/1.3.28 Server at www.affiliate-start.de Port 80

10

Sunday, January 1st 2006, 11:20pm

Ich habe die Datei jetzt erstmal wieder gelöscht... damit www.affiliate-start.de online ist...

11

Monday, January 2nd 2006, 11:29am

Hallo,
habe es nun selber am laufen gebracht.
Laut Forenquellen musste
<Directory \\\"/srv/www/web212/html/\\\">
Options +FollowSymlinks
</Directory>
Noch in die http specials im confixx admin menü eingetragen werden. Danach lief es.

12

Monday, January 2nd 2006, 2:57pm

aha.. confixx war der übeltäter..

hab nen besseren code:

trag folgenden code für alle kunden ein:

DEBIAN SERVER

Quoted

<Directory "/var/www/##user##/html/">
AllowOverride All
Options +FollowSymLinks
</Directory>


SUSE SERVER 1)

Quoted

<Directory "/srv/www/##user##/html/">
AllowOverride All
Options +FollowSymLinks
</Directory>


SUSE SERVER 2)

Quoted

<Directory "/home/##user##/html/">
AllowOverride All
Options +FollowSymLinks
</Directory>


Für alle die den Thread sonst noch lesen:
Ihr findet das im confixx ADMIN -> Einstellungen -> httpd spezial

13

Tuesday, January 3rd 2006, 9:45am

Auch mal eine gute Lösung...

Similar threads

Social bookmarks