Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 12
Seite [1]
Chelrid


Geekboy





Beiträge: 1114
# Thema - 02.11.2014 um 16:45 Uhr
Hi,

wie muss ich folgende .htaccess ergänzen, damit jemand der "www.ig-clan.de/rules" eingibt auf eine bestimme seite weitergeleitet wird?

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.
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]

DirectoryIndex index1.html


------------------
Grüße vom Chelrid
Und denkt dran: Immer locker durch die Hose atmen....
Inaktiv
Tress13


Highlander




Herkunft: Lüdenscheid
Beiträge: 3048
# Antwort: 1 - 02.11.2014 um 16:51 Uhr
Hey,

schau mal hier: http://www.seobasis.de/htaccess-befehle/


------------------


www.iv-gaming.de | www.iv-artwork.de

Inaktiv
|
Chelrid
Thread-Ersteller


Geekboy





Beiträge: 1114
# Antwort: 2 - 02.11.2014 um 17:00 Uhr
hm,

also wenn ich das richtig sehen brauche ich eine 301 Redirect.

Aber weder
 
1.
1. / 2. / ... 
 Redirect 301 http://www.ig-clan.de/rules http://www.ig-clan.de/index/rules/list
noch
 
1.
1. / 2. / ... 
 Redirect 301 /rules http://www.ig-clan.de/index/rules/list


funktioniert.


------------------
Grüße vom Chelrid
Und denkt dran: Immer locker durch die Hose atmen....


Inaktiv
|
Tress13


Highlander




Herkunft: Lüdenscheid
Beiträge: 3048
# Antwort: 3 - 02.11.2014 um 17:10 Uhr
Von wo nach wo willste denn genau?


------------------


www.iv-gaming.de | www.iv-artwork.de

Inaktiv
|
Chelrid
Thread-Ersteller


Geekboy





Beiträge: 1114
# Antwort: 4 - 02.11.2014 um 18:20 Uhr
Ich möchte ansich gerne folgende Weiterleitungen einrichten. ggf. kommen später noch weitere dazu. Daher wäre ein Beispiel mit Erklärung, damit ich es verstehe nicht falsch. Dann kann ich das bei Bedarf alleine erweitern.

 
1.
1. / 2. / ... 
 www.ig-clan.de/rules 
auf
 
1.
1. / 2. / ... 
 www.ig-clan.de/index/rules/list

 
1.
1. / 2. / ... 
 www.ig-clan.de/feedback
auf
 
1.
1. / 2. / ... 
 www.ig-clan.de/index/feedback


------------------
Grüße vom Chelrid
Und denkt dran: Immer locker durch die Hose atmen....


Zuletzt editiert von Chelrid am 02.11.2014 um 18:21 Uhr (1x Editiert)
Inaktiv
|
Tress13


Highlander




Herkunft: Lüdenscheid
Beiträge: 3048
# Antwort: 5 - 02.11.2014 um 18:24 Uhr
Denke so:



Achte auf die Dateiendung!


------------------


www.iv-gaming.de | www.iv-artwork.de

Inaktiv
|
Chelrid
Thread-Ersteller


Geekboy





Beiträge: 1114
# Antwort: 6 - 02.11.2014 um 18:28 Uhr
Naja, diese Endungen gibts doch aber nicht. Modrewrite ist im Clansphere aktiviert.

Update: Und funktioniert so auch nicht.


------------------
Grüße vom Chelrid
Und denkt dran: Immer locker durch die Hose atmen....


Zuletzt editiert von Chelrid am 02.11.2014 um 18:30 Uhr (1x Editiert)
Inaktiv
|
Tress13


Highlander




Herkunft: Lüdenscheid
Beiträge: 3048
# Antwort: 7 - 02.11.2014 um 19:16 Uhr
Ja vlt .tpl als Endung?


------------------


www.iv-gaming.de | www.iv-artwork.de

Inaktiv
|
Chelrid
Thread-Ersteller


Geekboy





Beiträge: 1114
# Antwort: 8 - 02.11.2014 um 19:27 Uhr
Funktioniert leider auch nicht.


------------------
Grüße vom Chelrid
Und denkt dran: Immer locker durch die Hose atmen....


Inaktiv
|
Tom08 ClanSphere Team

Supporter
Supporter



Herkunft: Daheim
Beiträge: 2923
# Antwort: 9 - 03.11.2014 um 08:36 Uhr
 
1.
2.
1. / 2. / ... 
 RewriteRule ^rulesindex.php?mod=rules&action=list
RewriteRule ^feedbackindex.php?mod=feedback


Alternativ wenn du da noch eine Zahl o.ä. berüchsitigen willst, kannst du auch sowas machen.
 
1.
1. / 2. / ... 
 RewriteRule ^aktuelles_([0-9]+).htmlindex.php?mod=articles&action=view&id=$1


@Tress:
http://www.ig-clan.de/index/rules/list.html -> es gibt ja gar keine HTML-Endung bei den Clansphere htaccess-URLs :-)
Und wieso .tpl? Du willst doch nicht direkt auf Themes verlinken, oder? :-)

Grüße


------------------
Bei Problemen mit Code von mir bitte eine Private Nachricht an mich


Zuletzt editiert von Tom08 ClanSphere Team am 03.11.2014 um 08:38 Uhr (1x Editiert)
Inaktiv
|
Chelrid
Thread-Ersteller


Geekboy





Beiträge: 1114
# Antwort: 10 - 03.11.2014 um 20:15 Uhr
03.11.2014 um 08:36 Uhr - Tom08:
 
1.
2.
1. / 2. / ... 
 RewriteRule ^rulesindex.php?mod=rules&action=list
RewriteRule ^feedbackindex.php?mod=feedback

Klappt leider auch nicht.

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.
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]
RewriteRule ^rulesindex.php?mod=rules&action=list
RewriteRule ^feedbackindex.php?mod=feedback

DirectoryIndex index1
.html


------------------
Grüße vom Chelrid
Und denkt dran: Immer locker durch die Hose atmen....


Zuletzt editiert von Chelrid am 03.11.2014 um 20:16 Uhr (1x Editiert)
Inaktiv
|
Tom08 ClanSphere Team

Supporter
Supporter



Herkunft: Daheim
Beiträge: 2923
# Antwort: 11 - 04.11.2014 um 01:03 Uhr
Schieb' die mal bitte nach
 
1.
1. / 2. / ... 
 RewriteRule ^([^/]+)(.*)$ $1.php?params=$[NC,QSA]


Grüße


------------------
Bei Problemen mit Code von mir bitte eine Private Nachricht an mich


Inaktiv
|
Chelrid
Thread-Ersteller


Geekboy





Beiträge: 1114
# Antwort: 12 - 04.11.2014 um 20:10 Uhr
Danke, nun klappt es.


------------------
Grüße vom Chelrid
Und denkt dran: Immer locker durch die Hose atmen....


Inaktiv
|

Dieses Thema wurde von Tom08 ClanSphere Team PM geschlossen.

Antworten: 12
Seite [1]