Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 13
Seite [1]
tobimo


King for a day




Beiträge: 253
# Thema - 14.11.2010 um 00:09 Uhr
Hey, habe ein Problem damit die schönen URLs aktivieren zu können.

Wenn ich über System > Optionen > Clansphere gehe, wird bei mir bei "Hübsche URLs" immer noch folgendes angezeigt:
Mod-Rewrite kann erst aktiviert werden, wenn, je nach Webserver, die .htaccess oder web.config Datei vorhanden ist.

Obwohl ich schon im Backend vom Server mod_rewrite auf "on" gestellt habe & die .htacess wie hier beschrieben geändert habe, http://wiki.clansphere.de/mod_rewrite

Trotzdem kann ich die Funktion immer noch nicht anwählen. Woran liegt das?


Zuletzt editiert von tobimo am 14.11.2010 um 00:09 Uhr (1x Editiert)
Inaktiv
SCHIRI ClanSphere Team


Weltmeister



Herkunft: Hamburg
Beiträge: 5299
# Antwort: 1 - 14.11.2010 um 00:21 Uhr
ich frag lieber noch mal:

hast du die .htaccess_example auch wirklich in .htaccess umbenennt?


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

Inaktiv
|
tobimo
Thread-Ersteller


King for a day




Beiträge: 253
# Antwort: 2 - 14.11.2010 um 00:21 Uhr
Ja, und sie sieht so aus:

 
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.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
42.
43.
44.
1. / 2. / ... 
 
## CHARSET - Uncomment this and change it to your setup value if you have charset related problems

AddDefaultCharset UTF-8

## MOD_REWRITE - Uncommend the required lines to use ClanSphere with Apache mod_rewrite
## 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 negotiation errors in your log files)

#Options -Multiviews

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

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 (required)

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

RewriteRule 
^([^/]+)(.*)$ $1.php?params=$[NC,QSA]

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

RewriteRule 
(.*)? $[R=404,L]


AddType x-mapp-php5 .php
AddHandler x
-mapp-php5 .php


Inaktiv
|
bFeeee


Just nerd



Herkunft: Hamm
Beiträge: 944
# Antwort: 3 - 14.11.2010 um 00:27 Uhr
wie die aussieht ist eig. unwichtig hauptsache du hast die datei im hauptordner in .htaccess unbenannt dann muss es ja gehen


------------------
Grüße bFeee

Inaktiv
|
SCHIRI ClanSphere Team


Weltmeister



Herkunft: Hamburg
Beiträge: 5299
# Antwort: 4 - 14.11.2010 um 00:34 Uhr
dann mal bitte einmal Cache leeren (System -> Cache)


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

Inaktiv
|
jokey ClanSphere Team


Try to beat me




Herkunft: Hamburg
Beiträge: 184
# Antwort: 5 - 14.11.2010 um 00:37 Uhr
Evtl darf er auch gar keine .htaccess verwenden bzw es steht einfach auf AllowOverride None im apache....


Inaktiv
|
SCHIRI ClanSphere Team


Weltmeister



Herkunft: Hamburg
Beiträge: 5299
# Antwort: 6 - 14.11.2010 um 00:40 Uhr
In diesem Fall ist das aber soweit ich es grad in Erinnerung hab nur ne file_exists-Abfrage


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

Inaktiv
|
tobimo
Thread-Ersteller


King for a day




Beiträge: 253
# Antwort: 7 - 14.11.2010 um 01:00 Uhr
Ja, sie heißt .htacess und liegt im html verzeichnis, wo alle Dateien von CSP drinliegen.
Dann habe ich den Cache auch schon mehrmals geleert gehabt

Daran liegt es also nicht...
und im Backend vom Server habe ich rewrite auf "on" gesetzt.


Inaktiv
|
jokey ClanSphere Team


Try to beat me




Herkunft: Hamburg
Beiträge: 184
# Antwort: 8 - 14.11.2010 um 01:10 Uhr
wenn du einen bewussten tippfehler in die htaccess einbaust, bekommst du dann einen internal server error?


Inaktiv
|
SCHIRI ClanSphere Team


Weltmeister



Herkunft: Hamburg
Beiträge: 5299
# Antwort: 9 - 14.11.2010 um 01:13 Uhr
Ja, sie heißt .htacess und liegt im html verzeichnis

.htaccess


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

Inaktiv
|
tobimo
Thread-Ersteller


King for a day




Beiträge: 253
# Antwort: 10 - 14.11.2010 um 16:08 Uhr
Oh mein Gott, ich häng mich gleich auf. Dummer Schreibfehler

Wenn ich den Schreibfehler behebe, wird mir folgender Fehler angezeigt:
true, 'init_tpl' => true, 'tpl_file' => 'index.htm'); require_once 'system/core/functions.php'; cs_init($cs_main);


Hier nochmal der Code.


mehr... +-
 
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.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
42.
43.
44.
1. / 2. / ... 
 
## CHARSET - Uncomment this and change it to your setup value if you have charset related problems

AddDefaultCharset UTF-8

## MOD_REWRITE - Uncommend the required lines to use ClanSphere with Apache mod_rewrite
## 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 negotiation errors in your log files)

#Options -Multiviews

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

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 (required)

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

RewriteRule 
^([^/]+)(.*)$ $1.php?params=$[NC,QSA]

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

RewriteRule 
(.*)? $[R=404,L]


AddType x-mapp-php5 .php
AddHandler x
-mapp-php5 .php


Inaktiv
|
hajo ClanSphere Team


VIP - Poster




Herkunft: Barsbüttel
Beiträge: 9411
# Antwort: 11 - 14.11.2010 um 17:59 Uhr
das ist kein fehler, sondern der inhalt, der umgeleitet aufgerufen php datei, ist auf dem webspace kein php aktiviert?


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

Inaktiv
|
Jam2 ClanSphere Team


Highlander





Beiträge: 3291
# Antwort: 12 - 14.11.2010 um 18:09 Uhr
lösch mal diese zeilen aus der .htaccess



AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php


------------------
Gruß/ Best regards
Jam2

Nützliche Forumbeiträge/Codepastes: (Useful comments in our board / codepastes)
Template Switch for index.php
Board Navlist last posts

Edi: könnte man denn auch hier eine erweiterung einfügen?
Jam2: das web ist wie toyota.....
Edi: hö ?
Jam2: nichts ist unmöglich!


Inaktiv
|
tobimo
Thread-Ersteller


King for a day




Beiträge: 253
# Antwort: 13 - 15.11.2010 um 14:22 Uhr
Ja, die zwei Zeilen haben es verursacht. Vielen Dank! Und sorry für den dummen Fehler mit dem htacess/htaccess.

Kann geclosed werden!


Zuletzt editiert von tobimo am 15.11.2010 um 14:28 Uhr (2x Editiert)
Inaktiv
|

Dieses Thema wurde von Jam2 ClanSphere Team PM geschlossen.

Antworten: 13
Seite [1]