Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 13
Seite [1]
cHaOsFaTz


Rock the board



Herkunft: Wiesbaden
Beiträge: 54
# Thema - 15.06.2009 um 23:58 Uhr
Sehr geehrte CSP Community,

nach unserem Serverumzug haben wir ein Problem.
User Apache mod_rewrite AN geht nicht.
Vorher ging alles.Haben schon das ganze Forum durchgeschaut und alles ausprobiert aber nix geht.

Hier mal die .htaccess

## Comment out the needed lines and save it as ".htaccess" to use ClanSphere with mod_rewrite
## You need at least Apache 1.3 or newer to use the following!
## Documentation = http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html

## Uncomment the next line when symlinks are not set in Apache configuration

Options +FollowSymLinks

## Uncomment the next line to enable the usage of mod_rewrite (needed)

RewriteEngine on

## Uncomment the next line to inherit mod_rewrite rules set in Apache configuration

#RewriteOptions inherit

## Uncomment the next line and update the path to use the clansphere directory if you move this file

RewriteBase /www/

## Uncomment this to prevent overcuttings between real directories/files and virtual ones (needed)

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f

## Uncomment the line and edit the php index files that should be accessible by the mod_rewrite rule (needed)

RewriteRule ^(admin|board|debug|index)(.*)$ $1.php?params=$2 [NC,L]




Weiß jemand woran es liegen könnte sind schon am verzweifeln
Inaktiv
SCHIRI ClanSphere Team


Weltmeister



Herkunft: Hamburg
Beiträge: 5299
# Antwort: 1 - 16.06.2009 um 00:00 Uhr
was heisst "geht nicht" ? kommt einer fehler? oder sind die links einfach nicht "schön"?

hast du es auch unter system -> optionen -> clansphere angeschaltet?


------------------
www.laszlokorte.de

Inaktiv
|
hajo ClanSphere Team


VIP - Poster




Herkunft: Barsbüttel
Beiträge: 9411
# Antwort: 2 - 16.06.2009 um 01:31 Uhr
die version der .htaccess ist zudem veraltet, bei der final liegt eine leicht bessere variante bei


------------------
ClanSphere - professional clan care starts here

Inaktiv
|
cHaOsFaTz
Thread-Ersteller


Rock the board



Herkunft: Wiesbaden
Beiträge: 54
# Antwort: 3 - 16.06.2009 um 01:33 Uhr
Also ich habe das unter sytem eingestellt. und wenn es aktiv ist dann kommt not found oder ein anderer fehler.

oder es kommt nur der text als ob keine .css datei vorhanden ist


Zuletzt editiert von eXtreme Radio am 16.06.2009 um 01:34 Uhr (1x Editiert)
Inaktiv
|
der_kasperle


Try to beat me





Beiträge: 126
# Antwort: 4 - 16.06.2009 um 16:02 Uhr
Ich habe das selbe Problem.
Dann habe ich
$cs_main['mod_rewrite'] = 0;
in die Index reinkopiert und die seite ist schon mal erreichbar. Wenn ich meine Seite aber im debug öffne dan geht aber immer noch nichts. Kann mann die Einstellung mod_rewrite irgendwie rückgenieg machen. Wenn ich es in der DB mache und von 1 auf 0 stelle passiert auch nichts.



------------------
mfg der_kasperle


Inaktiv
|
hajo ClanSphere Team


VIP - Poster




Herkunft: Barsbüttel
Beiträge: 9411
# Antwort: 5 - 16.06.2009 um 16:05 Uhr
cache verzeichnis die tmp dateien leeren, dann klappt's auch


------------------
ClanSphere - professional clan care starts here

Inaktiv
|
scennative


Poststar




Beiträge: 640
# Antwort: 6 - 16.06.2009 um 16:07 Uhr
Schreib mal in der htacces das hier rein:
Options -Multiviews



Inaktiv
|
der_kasperle


Try to beat me





Beiträge: 126
# Antwort: 7 - 16.06.2009 um 16:12 Uhr
THX. Cach leeren hat geklappt.


------------------
mfg der_kasperle


Inaktiv
|
cHaOsFaTz
Thread-Ersteller


Rock the board



Herkunft: Wiesbaden
Beiträge: 54
# Antwort: 8 - 16.06.2009 um 18:32 Uhr
also ich weiß wie ich das wieder rückgängig mache...

soweit so gut...

ich möchte das es aber AN bleibt und möchte das problem lösen.

Woran kann es noch liegen das es nicht geht.


Zuletzt editiert von eXtreme Radio am 16.06.2009 um 21:00 Uhr (1x Editiert)
Inaktiv
|
cHaOsFaTz
Thread-Ersteller


Rock the board



Herkunft: Wiesbaden
Beiträge: 54
# Antwort: 9 - 20.06.2009 um 00:40 Uhr
es ist ja schön das dem kasperle geholfen wurde es rückgängig zu machen aber wir vom radio wollten es eigentlich aktivieren....es muss doch irgendjemand helfen können und sich damit auskennen.



Inaktiv
|
hajo ClanSphere Team


VIP - Poster




Herkunft: Barsbüttel
Beiträge: 9411
# Antwort: 10 - 20.06.2009 um 00:45 Uhr
fass am besten mal deine versuche bzw. herausgefundene fehler / probleme nochmal zusammen

evtl. noch daten nachliefern wie z.b. apache / php version usw.


------------------
ClanSphere - professional clan care starts here

Inaktiv
|
cHaOsFaTz
Thread-Ersteller


Rock the board



Herkunft: Wiesbaden
Beiträge: 54
# Antwort: 11 - 20.06.2009 um 17:42 Uhr
So das sind die Daten :

Betriebssystem Linux 2.6.26-2-amd64 #1 SMP Fri Mar 27 04:02:59 UTC 2009 x86_64
Hostname Debian-50-lenny-64-LAMP
Webserver Apache 2.2.9 (Debian) PHP 5.2.6-1+lenny3 with Suhosin-Patch
Anbindung von PHP apache2handler
PHP Modul 5.2.6-1+lenny3 Zend Version 2.2.0

Das ist die .htaccess :

## Comment out the needed lines and save it as ".htaccess" to use ClanSphere with mod_rewrite
## You need at least Apache 1.3 or newer to use the following!
## Documentation = http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html

## Uncomment the next line when symlinks are not set in Apache configuration

#Options +FollowSymLinks

## Uncomment the next line to disable Multiviews (if you have a line like this in your log):
## [error] Negotiation: discovered file(s) matching request: /var/www/website/htdocs/index.html (None could be negotiated).

#Options -Multiviews

## Uncomment the next line to enable the usage of mod_rewrite (needed)

RewriteEngine on

## Uncomment the next line to inherit mod_rewrite rules set in Apache configuration

#RewriteOptions inherit

## Uncomment the next line and update the path to use the clansphere directory if you move this file

#RewriteBase /

## Uncomment this to prevent overcuttings between real directories/files and virtual ones (needed)

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f

## Uncomment the line and edit the php index files that should be accessible by the mod_rewrite rule (needed)

RewriteRule ^(admin|content|debug|index)(.*)$ $1.php?params=$2 [NC,L]




Habe in der .htaccess alles schon umgestellt und herum probiert. Wenn ich Apache mod_rewrite aktiviere geht zwar die startseite aber einige bilder gehen nicht oder links.


Zuletzt editiert von eXtreme Radio am 20.06.2009 um 17:43 Uhr (1x Editiert)
Inaktiv
|
Starmone


Beginner



Herkunft: kaiserslautern
Beiträge: 12
# Antwort: 12 - 02.07.2009 um 05:30 Uhr
hey.

du musst auch die # Kommentare entfernen.

Versuch das mal:

## Comment out the needed lines and save it as ".htaccess" to use ClanSphere with mod_rewrite
## You need at least Apache 1.3 or newer to use the following!
## Documentation = http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html

## Uncomment the next line when symlinks are not set in Apache configuration

Options +FollowSymLinks

## Uncomment the next line to disable Multiviews (if you have a line like this in your log):
## [error] Negotiation: discovered file(s) matching request: /var/www/website/htdocs/index.html (None could be negotiated).

Options -Multiviews

## Uncomment the next line to enable the usage of mod_rewrite (needed)

RewriteEngine on

## Uncomment the next line to inherit mod_rewrite rules set in Apache configuration

RewriteOptions inherit

## Uncomment the next line and update the path to use the clansphere directory if you move this file

RewriteBase /

## Uncomment this to prevent overcuttings between real directories/files and virtual ones (needed)

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f

## Uncomment the line and edit the php index files that should be accessible by the mod_rewrite rule (needed)

RewriteRule ^(admin|content|debug|index)(.*)$ $1.php?params=$2 [NC,L]


Außerdem solltest du darauf achten das die Datei im Hauptverzeichnis des Webspace ist also direkt bei der index.php etc. ist.

greetz Starmone


Zuletzt editiert von Starmone am 02.07.2009 um 05:33 Uhr (1x Editiert)
Inaktiv
|
hajo ClanSphere Team


VIP - Poster




Herkunft: Barsbüttel
Beiträge: 9411
# Antwort: 13 - 02.07.2009 um 05:35 Uhr
vorsicht, es ist nicht immer ratsam alles von kommentaren zu befreien. am besten nur so viel vom kommentar befreien, bis es reibungslos funktioniert

das minimum ist in der example datei bereits vom kommentar befreit, alles weitere ist optional je nach webspace einzustellen oder so zu lassen im idealfall


------------------
ClanSphere - professional clan care starts here

Zuletzt editiert von hajo ClanSphere Team am 02.07.2009 um 05:36 Uhr (1x Editiert)
Inaktiv
|
Antworten: 13
Seite [1]


Sie müssen sich registrieren, um zu antworten.