htaccess Problem

Irgendwelche Probleme mit XAMPP für Windows? Dann ist hier genau der richtige Ort um nachzufragen.

htaccess Problem

Postby superstar » 25. June 2014 13:46

Hi ich bin neu hier :)


Also ich hab ein problem und zwar nutze ich xampp.1.7.7 und brauche es für eine seite von mir also ich betreibe eine seite alao mit login registrierung usw.. halt ein cms wo ich auch eine datenbank brauche.


Mein problem ist das dass cms eigentlich für IIS7 ist . Darum muste ich die Web config umstrukturieren mit dem tohtaccess.com converter.
damit auch alle verlinkungen gehen


mein problem ist es dass ich soblad ich mir in der datenbank einen rank gebe ( rank heist admistratorenrecht dann kann ich mehr machen auf der seite alles bearbeiten usw.. nennt sich auch housekeeping)

Und dan meine seite reloade kommt einen international Server 500

Wenn ich die htaccess auf den desktop ziehe kommt zwar der login für den adminstrator aber der login geht nicht da ja der pc nicht chekt das die hataccess datei auf dem pc ist wo ist hier der fehler

liegt der in der hataccess?

Lg
superstar
 
Posts: 5
Joined: 25. June 2014 13:36
Operating System: widows 7 basic

Re: htaccess Problem

Postby Altrea » 25. June 2014 14:09

Apache error.log?
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11935
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: htaccess Problem

Postby superstar » 25. June 2014 14:14

Altrea wrote:Apache error.log?


könnten sie mir helfen?
superstar
 
Posts: 5
Joined: 25. June 2014 13:36
Operating System: widows 7 basic

Re: htaccess Problem

Postby Altrea » 25. June 2014 14:27

Wobei genau?
Apache logt alle Fehler dieser Art mit genauerer Erklärung in einer Fehlerlogdatei, Standardmäßig trägt sie den Namen error.log.
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11935
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

Re: htaccess Problem

Postby superstar » 25. June 2014 14:49

alsooooo..

hab dir ne pn geschickt
superstar
 
Posts: 5
Joined: 25. June 2014 13:36
Operating System: widows 7 basic

Re: htaccess Problem

Postby Altrea » 25. June 2014 15:16

We don't provide any support via personal channels like PM, email, Skype, TeamViewer!
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11935
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

htacsse

Postby superstar » 25. June 2014 15:43

Hi leute

Ich nutze xampp 1.7.7 Ich nutze ein CMS auf xampp also wie ein Community mit Login registrierung usw..

Ich als Admin kann auch beiträge bearbeiten für das muss ich aber bei phpmyadmin in meiner datenbank bei meinem username den rank ändern also vom normalen user zum Administrator

Sobald ich das gemacht habe und meine seite relode kommt das hier

Internal Server Error

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

Please contact the server administrator, postmaster@localhost 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.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1 Server at 25.62.55.255 Port 80


Was ist der fehler!? Das CMS ist eigentlich für IIS7 ausgelegt hab aber die Web config zu einer htaccess conventiert!

Bei denen die iis7 benutzen klappt es!

Hier meine htaccesse was ist hier falsch!

übrigens kann man als admin in den sogenanten Housekeeping bereich dort kann man alles bearbeiten

<IfModule mod_rewrite.c>
RewriteEngine On

#REWRITE RULES
#---------------------

#RULE IMPORTIERTE REGEL 1
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)\.html $1\.php

#RULE IMPORTIERTE REGEL 2

RewriteRule ^habblet/habbosearchcontent(|/)$ habblet/me/habbosearchcontent.php

#RULE IMPORTIERTE REGEL 3.1

RewriteRule ^register/gast(|/)$ ./quickregister.php?gast

#RULE IMPORTIERTE REGEL 4

RewriteRule ^account/submit(|/)$ ./index.php?submit

#RULE IMPORTIERTE REGEL 5

RewriteRule ^articles(|/)$ articles.php

#RULE IMPORTIERTE REGEL 5.1

RewriteRule ^articles/category/(.*)$ ./articles.php?category=$1

#RULE IMPORTIERTE REGEL 5.2

RewriteRule ^articles/(.*)/(.*)$ ./articles.php?id=$1&PAGE_NUM=$2

#RULE IMPORTIERTE REGEL 5.3

RewriteRule ^articles/(.*)$ ./articles.php?id=$1

#RULE IMPORTIERTE REGEL 6

RewriteRule ^radio$ ./radio.php

#RULE IMPORTIERTE REGEL 6.1

RewriteRule ^radio/sendeplan$ ./sendeplan.php

#RULE IMPORTIERTE REGEL 6.2

RewriteRule ^radio/djs$ ./djs.php

#RULE IMPORTIERTE REGEL 7

RewriteRule ^account/forgot(|/)$ account.php?GET=pw_forgot

#RULE IMPORTIERTE REGEL 7.1

RewriteRule ^account/password/reset/(.*)/(.*)/(.*)$ account.php?GET=pw_reset&code=$1&target=$2&id=$3

#RULE IMPORTIERTE REGEL 7.2

RewriteRule ^account/logout(|/)$ account.php?GET=logout

#RULE IMPORTIERTE REGEL 10

RewriteRule ^client/error(|/)$ client_error.php

#RULE IMPORTIERTE REGEL 11

RewriteRule ^client(|/)$ client.php

#RULE IMPORTIERTE REGEL 12

RewriteRule ^sportwetten(|/)$ sportwetten.php

#RULE IMPORTIERTE REGEL 12.1

RewriteRule ^sportwetten/(..*)$ sportwetten.php?php=$1

#RULE IMPORTIERTE REGEL 13

RewriteRule ^community/fansites(|/)$ fansites.php

#RULE IMPORTIERTE REGEL 14

RewriteRule ^ref/(..*)$ index.php?ref=$1

#RULE IMPORTIERTE REGEL 15

RewriteRule ^welcome(|/)$ welcome.php

#RULE IMPORTIERTE REGEL 18

RewriteRule ^minimail/(..*)$ ./habblet/minimail/$1.php

#RULE IMPORTIERTE REGEL 28

RewriteRule ^help/(..*)$ ./help.php?get_helpid=$1

#RULE IMPORTIERTE REGEL 32

RewriteRule ^home/(..*)$ ./user_profile.php?username_hotel=$1

#RULE IMPORTIERTE REGEL 33

RewriteRule ^index(|/)$ index.php

#RULE IMPORTIERTE REGEL 34

RewriteRule ^maintenance(|/)$ maintenance.php

#RULE IMPORTIERTE REGEL 35

RewriteRule ^bonussystem(|/)$ bonussystem.php

#RULE IMPORTIERTE REGEL 36

RewriteRule ^manage/cms/DE-de/hk_re/index/p/(.*)$ manage/cms/DE-de/hk_re/index.php?p=$1

#RULE IMPORTIERTE REGEL 35.1

RewriteRule ^housekeeping(|/)$ ./housekeeping/index.php

#RULE IMPORTIERTE REGEL 36.1

RewriteRule ^housekeeping/images/(.*)$ ./housekeeping/images/$1

#RULE IMPORTIERTE REGEL 36.4

RewriteRule ^housekeeping/faq/(.*)/(.*)/(.*)$ ./housekeeping/faq.php?do=$1&type=$2&id=$3

#RULE IMPORTIERTE REGEL 36.5

RewriteRule ^housekeeping/faq/(.*)/(.*)$ ./housekeeping/faq.php?do=$1&type=$2

#RULE IMPORTIERTE REGEL 36.6

RewriteRule ^housekeeping/faq/(.*)/(.*)$ ./housekeeping/faq.php?do=$1&type=$2

#RULE IMPORTIERTE REGEL 36.10

RewriteRule ^housekeeping/(.*)/(.*)/(.*)$ ./housekeeping/$1.php?do=$2&id=$3

#RULE IMPORTIERTE REGEL 36.11

RewriteRule ^housekeeping/(.*)/(.*)$ ./housekeeping/$1.php?do=$2

#RULE IMPORTIERTE REGEL 36.12

RewriteRule ^housekeeping/(.*)$ ./housekeeping/$1.php

#RULE IMPORTIERTE REGEL 37

RewriteRule ^me(|/)$ me.php

#RULE IMPORTIERTE REGEL 38

RewriteRule ^myhabbo/rating/rate(|/)$ ./myhabbo/rating_rate.php

#RULE IMPORTIERTE REGEL 39

RewriteRule ^myhabbo/rating/reset_ratings(|/)$ ./myhabbo/rating_reset_ratings.php

#RULE IMPORTIERTE REGEL 40

RewriteRule ^rd/([^/]+)(|/)$ ./rd.php?id=$1

#RULE IMPORTIERTE REGEL 43

RewriteRule ^register/start(|/)$ /quickregister.php?step=1

#RULE IMPORTIERTE REGEL 43.1

RewriteRule ^register/(.*)(|/)$ /quickregister.php?ref=$1

#RULE IMPORTIERTE REGEL 44

RewriteRule ^myhabbo/tag/(..*)$ habblet/tags/$1.php

#RULE IMPORTIERTE REGEL 55

RewriteRule ^profile(|/)$ profile.php

#RULE IMPORTIERTE REGEL 56

RewriteRule ^profile/([^/]+)(|/)$ ./profile.php?tabId=$1

#RULE IMPORTIERTE REGEL 55.1

RewriteRule ^vipshop(|/)$ vipshop.php

#RULE IMPORTIERTE REGEL 56.1

RewriteRule ^vipshop/([^/]+)(|/)$ ./vipshop.php?tabId=$1

#RULE IMPORTIERTE REGEL 57

RewriteRule ^tag(|/)$ ./tag.php

#RULE IMPORTIERTE REGEL 58

RewriteRule ^tag/([^/]+)(|/)$ ./tag.php?tag=$1

#RULE IMPORTIERTE REGEL 63

RewriteRule ^habblet/cproxy(|/)$ habblet/cproxy.php

#RULE IMPORTIERTE REGEL 64

RewriteRule ^habblet/cproxy?k=([^/]+)(|/)$ ./habblet/cproxy?habbletKey=$1

#RULE IMPORTIERTE REGEL 65

RewriteRule ^help(|/)$ help.php

#RULE IMPORTIERTE REGEL 66

RewriteRule ^botshop(|/)$ ./botpanel.php

#RULE IMPORTIERTE REGEL 70

RewriteRule ^community(|/)$ community.php

#RULE IMPORTIERTE REGEL 71

RewriteRule ^community/topstats(|/)$ ./topstats.php

#RULE IMPORTIERTE REGEL 72

RewriteRule ^community/werbeteam(|/)$ advertisingteam9FqlkW5CZGbknj15Rl.php

#RULE IMPORTIERTE REGEL 73

RewriteRule ^community/vip(|/)$ vip.php

#RULE IMPORTIERTE REGEL 74

RewriteRule ^community/staff(|/)$ ./staff.php

#RULE IMPORTIERTE REGEL 75

RewriteRule ^community/application(|/)$ ./applications.php

#RULE IMPORTIERTE REGEL 84

RewriteRule ^credits/lotto(|/)$ lotto.php

#RULE IMPORTIERTE REGEL 85

RewriteRule ^credits(|/)$ credits.php

#RULE IMPORTIERTE REGEL 86

RewriteRule ^credits/ch(|/)$ credits.php?ch

#RULE IMPORTIERTE REGEL 87

RewriteRule ^credits/vip(|/)$ credits.php?vip

#RULE IMPORTIERTE REGEL 88

RewriteRule ^credits/ch/vip(|/)$ credits.php?ch&vip

#RULE IMPORTIERTE REGEL 90

RewriteRule ^credits/pixels(|/)$ pixels.php

#RULE IMPORTIERTE REGEL 91

RewriteRule ^credits/habboclub(|/)$ habboclub.php

#RULE IMPORTIERTE REGEL 92

RewriteRule ^credits/history(|/)$ ./history.php

#RULE IMPORTIERTE REGEL 93

RewriteRule ^credits/changer(|/)$ ./changer.php

#RULE IMPORTIERTE REGEL 94

RewriteRule ^credits/shop/online/(..*)/(..*)/(..*)/(..*)$ shop.php?land=$1&shop=$2&amount=$3&step=$4

#RULE IMPORTIERTE REGEL 99

RewriteRule ^myhabbo/badges/(.*)$ ./habblet/widgets/badges_$1.php

#RULE IMPORTIERTE REGEL 100

RewriteRule ^myhabbo/guestbook/(.*)$ ./habblet/widgets/guestbook_$1.php

#RULE IMPORTIERTE REGEL 101

RewriteRule ^myhabbo/widget/(.*)$ ./habblet/widgets/myhabbo_widget_$1.php

#RULE IMPORTIERTE REGEL 102

RewriteRule ^myhabbo/(.*)/(.*)/(.*)$ ./habblet/groups/myhabbo_$1_$2_$3.php

#RULE IMPORTIERTE REGEL 103

RewriteRule ^myhabbo/(.*)/(.*)$ ./habblet/groups/myhabbo_$1_$2.php

#RULE IMPORTIERTE REGEL 104

RewriteRule ^groups/actions/(.*)/(.*)$ ./habblet/groups/groups_actions_$1.php?id=$2

#RULE IMPORTIERTE REGEL 105

RewriteRule ^groups/actions/(.*)$ ./habblet/groups/groups_actions_$1.php

#RULE IMPORTIERTE REGEL 106

RewriteRule ^groups/(.*)/id/discussions/page/(.*)$ ./habblet/discussions/discussions.php?id=$1&page=$2

#RULE IMPORTIERTE REGEL 107

RewriteRule ^groups/(.*)/discussions/page/(.*)$ ./habblet/discussions/discussions.php?alias=$1&page=$2

#RULE IMPORTIERTE REGEL 108

RewriteRule ^groups/(.*)/id/discussions/(.*)/id/page/(.*)$ ./habblet/discussions/discussions.php?id=$1&thread=$2&page=$3

#RULE IMPORTIERTE REGEL 109

RewriteRule ^groups/(.*)/id/discussions/(.*)/id/page/(.*)$ ./habblet/discussions/discussions.php?alias=$1&thread=$2&page=$3

#RULE IMPORTIERTE REGEL 110

RewriteRule ^groups/(.*)/id/discussions/(.*)/id$ ./habblet/discussions/discussions.php?id=$1&thread=$2

#RULE IMPORTIERTE REGEL 111

RewriteRule ^groups/(.*)/id/discussions/(.*)/id$ ./habblet/discussions/discussions.php?alias=$1&thread=$2

#RULE IMPORTIERTE REGEL 112

RewriteRule ^groups/(.*)/id/discussions$ ./habblet/discussions/discussions.php?id=$1

#RULE IMPORTIERTE REGEL 113

RewriteRule ^groups/(.*)/id$ ./groups.php?web-group-id=$1

#RULE IMPORTIERTE REGEL 114

RewriteRule ^discussions/actions/(.*)$ ./habblet/discussions/discussions_actions_$1.php

#RULE IMPORTIERTE REGEL 115

RewriteRule ^forum/page/(.*)$ ./habblet/discussions/forum.php?page=$1

#RULE IMPORTIERTE REGEL 116

RewriteRule ^forum/(.*)/id/page/(.*)$ ./habblet/discussions/forum.php?thread=$1&page=$2

#RULE IMPORTIERTE REGEL 117

RewriteRule ^forum/(.*)/id/page/(.*)$ ./habblet/discussions/forum.php?thread=$1&page=$2

#RULE IMPORTIERTE REGEL 118

RewriteRule ^forum/(.*)/id$ ./habblet/discussions/forum.php?thread=$1

#RULE IMPORTIERTE REGEL 119

RewriteRule ^forum/(.*)/(.*)/(.*)$ ./habblet/discussions/like.php?thread=$1&id=$2&vote=$3

#RULE IMPORTIERTE REGEL 120

RewriteRule ^forum(.*)$ ./habblet/discussions/forum.php

#RULE IMPORTIERTE REGEL 121

RewriteRule ^mod/localizations(.*)$ ./habblet/discussions/mod_localizations.php

#RULE IMPORTIERTE REGEL 122

RewriteRule ^mod/add_(.*)_report$ ./habblet/discussions/mod_add_report.php?type=$1

#RULE IMPORTIERTE REGEL 123

RewriteRule ^error(.*)$ ./404.php

#RULE IMPORTIERTE REGEL 124

RewriteRule ^working(.*)$ ./403.php

#RULE IMPORTIERTE REGEL 125

RewriteRule ^credits/working(.*)$ ./403.php

#RULE IMPORTIERTE REGEL 127

RewriteRule ^community/experts(.*)$ ./xler.php

#RULE IMPORTIERTE REGEL 129

RewriteRule ^credits/bigdeal(.*)$ ./bigdeal.php

#RULE IMPORTIERTE REGEL 130

RewriteRule ^petshop(|/)$ petshop.php

#RULE IMPORTIERTE REGEL 131

RewriteRule ^petshop/(..*)$ petshop.php?page_cms=$1

#RULE IMPORTIERTE REGEL 132

RewriteRule ^papers/privacy(.*)$ ./privacy.php

#RULE IMPORTIERTE REGEL 133

RewriteRule ^papers/disclaimer(.*)$ ./disclaimer.php

#RULE IMPORTIERTE REGEL 134

RewriteRule ^safety/safety_tips(.*)$ ./safety_tips.php

#RULE IMPORTIERTE REGEL 135

RewriteRule ^safety/huggo_way(.*)$ ./huggo_way.php

#RULE IMPORTIERTE REGEL 136

RewriteRule ^hilfe(.*)$ ./habblet/privacy/hilfe.php

#RULE IMPORTIERTE REGEL 137

RewriteRule ^impressum(.*)$ ./habblet/privacy/impressum.php

#RULE IMPORTIERTE REGEL 137.1

RewriteRule werbekampagne(|/)$ ./werbekampagne.php

#RULE IMPORTIERTE REGEL 138

RewriteRule ^haftung(.*)$ ./habblet/privacy/haftung.php

#RULE IMPORTIERTE REGEL 139

RewriteRule ^datenschutz(.*)$ ./habblet/privacy/datenschutz.php

#RULE IMPORTIERTE REGEL 140

RewriteRule ^kontakt(.*)$ ./habblet/privacy/kontakt.php

#RULE IMPORTIERTE REGEL 141

RewriteRule ^verguetungen(.*)$ ./bonussystem.php

</IfModule>
superstar
 
Posts: 5
Joined: 25. June 2014 13:36
Operating System: widows 7 basic

Re: htaccess Problem

Postby Altrea » 25. June 2014 16:45

Kein Grund einen neuen Thread aufzumachen. Daher habe ich sie mal zusammengeführt.

Wie bereits erwähnt sollst du ins error.log von Apache schauen
We don't provide any support via personal channels like PM, email, Skype, TeamViewer!

It's like porn for programmers 8)
User avatar
Altrea
AF Moderator
 
Posts: 11935
Joined: 17. August 2009 13:05
XAMPP version: several
Operating System: Windows 11 Pro x64

htaccesse

Postby superstar » 28. June 2014 08:44

Hi leute

Ich nutze xampp 1.7.7 Ich nutze ein CMS auf xampp also wie ein Community mit Login registrierung usw..

Ich als Admin kann auch beiträge bearbeiten für das muss ich aber bei phpmyadmin in meiner datenbank bei meinem username den rank ändern also vom normalen user zum Administrator

Sobald ich das gemacht habe und meine seite relode kommt das hier

Internal Server Error

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

Please contact the server administrator, postmaster@localhost 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.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1 Server at 25.62.55.255 Port 80


Was ist der fehler!? Das CMS ist eigentlich für IIS7 ausgelegt hab aber die Web config zu einer htaccess conventiert!

Bei denen die iis7 benutzen klappt es!

Hier meine htaccesse was ist hier falsch!

übrigens kann man als admin in den sogenanten Housekeeping bereich dort kann man alles bearbeiten

<IfModule mod_rewrite.c>
RewriteEngine On

#REWRITE RULES
#---------------------

#RULE IMPORTIERTE REGEL 1
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)\.html $1\.php

#RULE IMPORTIERTE REGEL 2

RewriteRule ^habblet/habbosearchcontent(|/)$ habblet/me/habbosearchcontent.php

#RULE IMPORTIERTE REGEL 3.1

RewriteRule ^register/gast(|/)$ ./quickregister.php?gast

#RULE IMPORTIERTE REGEL 4

RewriteRule ^account/submit(|/)$ ./index.php?submit

#RULE IMPORTIERTE REGEL 5

RewriteRule ^articles(|/)$ articles.php

#RULE IMPORTIERTE REGEL 5.1

RewriteRule ^articles/category/(.*)$ ./articles.php?category=$1

#RULE IMPORTIERTE REGEL 5.2

RewriteRule ^articles/(.*)/(.*)$ ./articles.php?id=$1&PAGE_NUM=$2

#RULE IMPORTIERTE REGEL 5.3

RewriteRule ^articles/(.*)$ ./articles.php?id=$1

#RULE IMPORTIERTE REGEL 6

RewriteRule ^radio$ ./radio.php

#RULE IMPORTIERTE REGEL 6.1

RewriteRule ^radio/sendeplan$ ./sendeplan.php

#RULE IMPORTIERTE REGEL 6.2

RewriteRule ^radio/djs$ ./djs.php

#RULE IMPORTIERTE REGEL 7

RewriteRule ^account/forgot(|/)$ account.php?GET=pw_forgot

#RULE IMPORTIERTE REGEL 7.1

RewriteRule ^account/password/reset/(.*)/(.*)/(.*)$ account.php?GET=pw_reset&code=$1&target=$2&id=$3

#RULE IMPORTIERTE REGEL 7.2

RewriteRule ^account/logout(|/)$ account.php?GET=logout

#RULE IMPORTIERTE REGEL 10

RewriteRule ^client/error(|/)$ client_error.php

#RULE IMPORTIERTE REGEL 11

RewriteRule ^client(|/)$ client.php

#RULE IMPORTIERTE REGEL 12

RewriteRule ^sportwetten(|/)$ sportwetten.php

#RULE IMPORTIERTE REGEL 12.1

RewriteRule ^sportwetten/(..*)$ sportwetten.php?php=$1

#RULE IMPORTIERTE REGEL 13

RewriteRule ^community/fansites(|/)$ fansites.php

#RULE IMPORTIERTE REGEL 14

RewriteRule ^ref/(..*)$ index.php?ref=$1

#RULE IMPORTIERTE REGEL 15

RewriteRule ^welcome(|/)$ welcome.php

#RULE IMPORTIERTE REGEL 18

RewriteRule ^minimail/(..*)$ ./habblet/minimail/$1.php

#RULE IMPORTIERTE REGEL 28

RewriteRule ^help/(..*)$ ./help.php?get_helpid=$1

#RULE IMPORTIERTE REGEL 32

RewriteRule ^home/(..*)$ ./user_profile.php?username_hotel=$1

#RULE IMPORTIERTE REGEL 33

RewriteRule ^index(|/)$ index.php

#RULE IMPORTIERTE REGEL 34

RewriteRule ^maintenance(|/)$ maintenance.php

#RULE IMPORTIERTE REGEL 35

RewriteRule ^bonussystem(|/)$ bonussystem.php

#RULE IMPORTIERTE REGEL 36

RewriteRule ^manage/cms/DE-de/hk_re/index/p/(.*)$ manage/cms/DE-de/hk_re/index.php?p=$1

#RULE IMPORTIERTE REGEL 35.1

RewriteRule ^housekeeping(|/)$ ./housekeeping/index.php

#RULE IMPORTIERTE REGEL 36.1

RewriteRule ^housekeeping/images/(.*)$ ./housekeeping/images/$1

#RULE IMPORTIERTE REGEL 36.4

RewriteRule ^housekeeping/faq/(.*)/(.*)/(.*)$ ./housekeeping/faq.php?do=$1&type=$2&id=$3

#RULE IMPORTIERTE REGEL 36.5

RewriteRule ^housekeeping/faq/(.*)/(.*)$ ./housekeeping/faq.php?do=$1&type=$2

#RULE IMPORTIERTE REGEL 36.6

RewriteRule ^housekeeping/faq/(.*)/(.*)$ ./housekeeping/faq.php?do=$1&type=$2

#RULE IMPORTIERTE REGEL 36.10

RewriteRule ^housekeeping/(.*)/(.*)/(.*)$ ./housekeeping/$1.php?do=$2&id=$3

#RULE IMPORTIERTE REGEL 36.11

RewriteRule ^housekeeping/(.*)/(.*)$ ./housekeeping/$1.php?do=$2

#RULE IMPORTIERTE REGEL 36.12

RewriteRule ^housekeeping/(.*)$ ./housekeeping/$1.php

#RULE IMPORTIERTE REGEL 37

RewriteRule ^me(|/)$ me.php

#RULE IMPORTIERTE REGEL 38

RewriteRule ^myhabbo/rating/rate(|/)$ ./myhabbo/rating_rate.php

#RULE IMPORTIERTE REGEL 39

RewriteRule ^myhabbo/rating/reset_ratings(|/)$ ./myhabbo/rating_reset_ratings.php

#RULE IMPORTIERTE REGEL 40

RewriteRule ^rd/([^/]+)(|/)$ ./rd.php?id=$1

#RULE IMPORTIERTE REGEL 43

RewriteRule ^register/start(|/)$ /quickregister.php?step=1

#RULE IMPORTIERTE REGEL 43.1

RewriteRule ^register/(.*)(|/)$ /quickregister.php?ref=$1

#RULE IMPORTIERTE REGEL 44

RewriteRule ^myhabbo/tag/(..*)$ habblet/tags/$1.php

#RULE IMPORTIERTE REGEL 55

RewriteRule ^profile(|/)$ profile.php

#RULE IMPORTIERTE REGEL 56

RewriteRule ^profile/([^/]+)(|/)$ ./profile.php?tabId=$1

#RULE IMPORTIERTE REGEL 55.1

RewriteRule ^vipshop(|/)$ vipshop.php

#RULE IMPORTIERTE REGEL 56.1

RewriteRule ^vipshop/([^/]+)(|/)$ ./vipshop.php?tabId=$1

#RULE IMPORTIERTE REGEL 57

RewriteRule ^tag(|/)$ ./tag.php

#RULE IMPORTIERTE REGEL 58

RewriteRule ^tag/([^/]+)(|/)$ ./tag.php?tag=$1

#RULE IMPORTIERTE REGEL 63

RewriteRule ^habblet/cproxy(|/)$ habblet/cproxy.php

#RULE IMPORTIERTE REGEL 64

RewriteRule ^habblet/cproxy?k=([^/]+)(|/)$ ./habblet/cproxy?habbletKey=$1

#RULE IMPORTIERTE REGEL 65

RewriteRule ^help(|/)$ help.php

#RULE IMPORTIERTE REGEL 66

RewriteRule ^botshop(|/)$ ./botpanel.php

#RULE IMPORTIERTE REGEL 70

RewriteRule ^community(|/)$ community.php

#RULE IMPORTIERTE REGEL 71

RewriteRule ^community/topstats(|/)$ ./topstats.php

#RULE IMPORTIERTE REGEL 72

RewriteRule ^community/werbeteam(|/)$ advertisingteam9FqlkW5CZGbknj15Rl.php

#RULE IMPORTIERTE REGEL 73

RewriteRule ^community/vip(|/)$ vip.php

#RULE IMPORTIERTE REGEL 74

RewriteRule ^community/staff(|/)$ ./staff.php

#RULE IMPORTIERTE REGEL 75

RewriteRule ^community/application(|/)$ ./applications.php

#RULE IMPORTIERTE REGEL 84

RewriteRule ^credits/lotto(|/)$ lotto.php

#RULE IMPORTIERTE REGEL 85

RewriteRule ^credits(|/)$ credits.php

#RULE IMPORTIERTE REGEL 86

RewriteRule ^credits/ch(|/)$ credits.php?ch

#RULE IMPORTIERTE REGEL 87

RewriteRule ^credits/vip(|/)$ credits.php?vip

#RULE IMPORTIERTE REGEL 88

RewriteRule ^credits/ch/vip(|/)$ credits.php?ch&vip

#RULE IMPORTIERTE REGEL 90

RewriteRule ^credits/pixels(|/)$ pixels.php

#RULE IMPORTIERTE REGEL 91

RewriteRule ^credits/habboclub(|/)$ habboclub.php

#RULE IMPORTIERTE REGEL 92

RewriteRule ^credits/history(|/)$ ./history.php

#RULE IMPORTIERTE REGEL 93

RewriteRule ^credits/changer(|/)$ ./changer.php

#RULE IMPORTIERTE REGEL 94

RewriteRule ^credits/shop/online/(..*)/(..*)/(..*)/(..*)$ shop.php?land=$1&shop=$2&amount=$3&step=$4

#RULE IMPORTIERTE REGEL 99

RewriteRule ^myhabbo/badges/(.*)$ ./habblet/widgets/badges_$1.php

#RULE IMPORTIERTE REGEL 100

RewriteRule ^myhabbo/guestbook/(.*)$ ./habblet/widgets/guestbook_$1.php

#RULE IMPORTIERTE REGEL 101

RewriteRule ^myhabbo/widget/(.*)$ ./habblet/widgets/myhabbo_widget_$1.php

#RULE IMPORTIERTE REGEL 102

RewriteRule ^myhabbo/(.*)/(.*)/(.*)$ ./habblet/groups/myhabbo_$1_$2_$3.php

#RULE IMPORTIERTE REGEL 103

RewriteRule ^myhabbo/(.*)/(.*)$ ./habblet/groups/myhabbo_$1_$2.php

#RULE IMPORTIERTE REGEL 104

RewriteRule ^groups/actions/(.*)/(.*)$ ./habblet/groups/groups_actions_$1.php?id=$2

#RULE IMPORTIERTE REGEL 105

RewriteRule ^groups/actions/(.*)$ ./habblet/groups/groups_actions_$1.php

#RULE IMPORTIERTE REGEL 106

RewriteRule ^groups/(.*)/id/discussions/page/(.*)$ ./habblet/discussions/discussions.php?id=$1&page=$2

#RULE IMPORTIERTE REGEL 107

RewriteRule ^groups/(.*)/discussions/page/(.*)$ ./habblet/discussions/discussions.php?alias=$1&page=$2

#RULE IMPORTIERTE REGEL 108

RewriteRule ^groups/(.*)/id/discussions/(.*)/id/page/(.*)$ ./habblet/discussions/discussions.php?id=$1&thread=$2&page=$3

#RULE IMPORTIERTE REGEL 109

RewriteRule ^groups/(.*)/id/discussions/(.*)/id/page/(.*)$ ./habblet/discussions/discussions.php?alias=$1&thread=$2&page=$3

#RULE IMPORTIERTE REGEL 110

RewriteRule ^groups/(.*)/id/discussions/(.*)/id$ ./habblet/discussions/discussions.php?id=$1&thread=$2

#RULE IMPORTIERTE REGEL 111

RewriteRule ^groups/(.*)/id/discussions/(.*)/id$ ./habblet/discussions/discussions.php?alias=$1&thread=$2

#RULE IMPORTIERTE REGEL 112

RewriteRule ^groups/(.*)/id/discussions$ ./habblet/discussions/discussions.php?id=$1

#RULE IMPORTIERTE REGEL 113

RewriteRule ^groups/(.*)/id$ ./groups.php?web-group-id=$1

#RULE IMPORTIERTE REGEL 114

RewriteRule ^discussions/actions/(.*)$ ./habblet/discussions/discussions_actions_$1.php

#RULE IMPORTIERTE REGEL 115

RewriteRule ^forum/page/(.*)$ ./habblet/discussions/forum.php?page=$1

#RULE IMPORTIERTE REGEL 116

RewriteRule ^forum/(.*)/id/page/(.*)$ ./habblet/discussions/forum.php?thread=$1&page=$2

#RULE IMPORTIERTE REGEL 117

RewriteRule ^forum/(.*)/id/page/(.*)$ ./habblet/discussions/forum.php?thread=$1&page=$2

#RULE IMPORTIERTE REGEL 118

RewriteRule ^forum/(.*)/id$ ./habblet/discussions/forum.php?thread=$1

#RULE IMPORTIERTE REGEL 119

RewriteRule ^forum/(.*)/(.*)/(.*)$ ./habblet/discussions/like.php?thread=$1&id=$2&vote=$3

#RULE IMPORTIERTE REGEL 120

RewriteRule ^forum(.*)$ ./habblet/discussions/forum.php

#RULE IMPORTIERTE REGEL 121

RewriteRule ^mod/localizations(.*)$ ./habblet/discussions/mod_localizations.php

#RULE IMPORTIERTE REGEL 122

RewriteRule ^mod/add_(.*)_report$ ./habblet/discussions/mod_add_report.php?type=$1

#RULE IMPORTIERTE REGEL 123

RewriteRule ^error(.*)$ ./404.php

#RULE IMPORTIERTE REGEL 124

RewriteRule ^working(.*)$ ./403.php

#RULE IMPORTIERTE REGEL 125

RewriteRule ^credits/working(.*)$ ./403.php

#RULE IMPORTIERTE REGEL 127

RewriteRule ^community/experts(.*)$ ./xler.php

#RULE IMPORTIERTE REGEL 129

RewriteRule ^credits/bigdeal(.*)$ ./bigdeal.php

#RULE IMPORTIERTE REGEL 130

RewriteRule ^petshop(|/)$ petshop.php

#RULE IMPORTIERTE REGEL 131

RewriteRule ^petshop/(..*)$ petshop.php?page_cms=$1

#RULE IMPORTIERTE REGEL 132

RewriteRule ^papers/privacy(.*)$ ./privacy.php

#RULE IMPORTIERTE REGEL 133

RewriteRule ^papers/disclaimer(.*)$ ./disclaimer.php

#RULE IMPORTIERTE REGEL 134

RewriteRule ^safety/safety_tips(.*)$ ./safety_tips.php

#RULE IMPORTIERTE REGEL 135

RewriteRule ^safety/huggo_way(.*)$ ./huggo_way.php

#RULE IMPORTIERTE REGEL 136

RewriteRule ^hilfe(.*)$ ./habblet/privacy/hilfe.php

#RULE IMPORTIERTE REGEL 137

RewriteRule ^impressum(.*)$ ./habblet/privacy/impressum.php

#RULE IMPORTIERTE REGEL 137.1

RewriteRule werbekampagne(|/)$ ./werbekampagne.php

#RULE IMPORTIERTE REGEL 138

RewriteRule ^haftung(.*)$ ./habblet/privacy/haftung.php

#RULE IMPORTIERTE REGEL 139

RewriteRule ^datenschutz(.*)$ ./habblet/privacy/datenschutz.php

#RULE IMPORTIERTE REGEL 140

RewriteRule ^kontakt(.*)$ ./habblet/privacy/kontakt.php

#RULE IMPORTIERTE REGEL 141

RewriteRule ^verguetungen(.*)$ ./bonussystem.php

</IfModule>
superstar

Posts: 4
Joined: 25. June 2014 13:36
XAMPP Version: 1.7.7
Operating System: widows 7 basic
superstar
 
Posts: 5
Joined: 25. June 2014 13:36
Operating System: widows 7 basic

Re: htaccesse

Postby Nobbie » 28. June 2014 09:30

Was hast Du eigentlich für eine Störung? Wie oft willst Du den selben Mist noch fragen? Altrea hat Dir geschrieben, dass Du den error log auswerten sollst und ansonsten wende Dich an den Hersteller dieser Software.
Nobbie
 
Posts: 13183
Joined: 09. March 2008 13:04


Return to XAMPP für Windows

Who is online

Users browsing this forum: No registered users and 57 guests