eCMS - Registrations Problem

  • Hallo zusammen,

    und zwar ich wollte mir mal das eCMS anschauen, jedoch wenn ich mich registrieren will werde ich auf den Pfad geleitet wenn ich auf "Registrieren" klicke:


    http://62.141.38.144/index/register



    Und dann kommt die Nachricht von IIS 404 Error , dass die gesuchte Resource nicht gefunden werden kann etc.
    Meine Frage ist nun woran das liegen kann soweit sind alle Dateien vorhanden. Und ja ich habe alles in der core.php richtig eingestellt

  • Kannst dir gerne mal die web.config anschauen

    Spoiler anzeigen
    PHP
    <?xml version="1.0" encoding="UTF-8"?><configuration>    <system.webServer>    <httpErrors errorMode="Custom">      <remove statusCode="404" subStatusCode="-1" />       <error statusCode="404" path="http://habbo.wf/error" responseMode="Redirect" />    </httpErrors>        <rewrite>            <rules>                <rule name="RewriteUserFriendlyURL1" stopProcessing="true">                    <match url="^index$" />                    <conditions>                        <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />                        <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />                    </conditions>                    <action type="Rewrite" url="index.php" />                </rule>                <rule name="Importierte Regel 3">                    <match url="^index(|/)$" ignoreCase="false" />                    <action type="Rewrite" url="./index.php?site=index" appendQueryString="false" />                </rule>                <rule name="Importierte Regel 4">                    <match url="^index/register(|/)$" ignoreCase="false" />                    <action type="Rewrite" url="./index.php?site=register" appendQueryString="false" />                </rule>                <rule name="Importierte Regel 5">                    <match url="^main(|/)$" ignoreCase="false" />                    <action type="Rewrite" url="./index.php?site=me" appendQueryString="false" />                </rule>                <rule name="Importierte Regel 6">                    <match url="^logout(|/)$" ignoreCase="false" />                    <action type="Rewrite" url="./index.php?site=logout" appendQueryString="false" />                </rule>                <rule name="Importierte Regel 7">                    <match url="^security/staff/seccode(|/)$" ignoreCase="false" />                    <action type="Rewrite" url="./index.php?site=seccode" appendQueryString="false" />                </rule>                <rule name="Importierte Regel 8">                    <match url="^home/(.*)(|/)$" ignoreCase="false" />                    <action type="Rewrite" url="./index.php?site=home&amp;user={R:1}" appendQueryString="false" />                </rule>                <rule name="Importierte Regel 9">                    <match url="^community(|/)$" ignoreCase="false" />                    <action type="Rewrite" url="./index.php?site=community" appendQueryString="false" />                </rule>                <rule name="Importierte Regel 10">                    <match url="^sicherheit(|/)$" ignoreCase="false" />                    <action type="Rewrite" url="./index.php?site=sicherheit" appendQueryString="false" />                </rule>                <rule name="Importierte Regel 11">                    <match url="^sicherheit/benimmregeln(|/)$" ignoreCase="false" />                    <action type="Rewrite" url="./index.php?site=sicherheit-benimmregeln" appendQueryString="false" />                </rule>                <rule name="Importierte Regel 12">                    <match url="^community/staff(|/)$" ignoreCase="false" />                    <action type="Rewrite" url="./index.php?site=staff" appendQueryString="false" />                </rule>                <rule name="Importierte Regel 13">                    <match url="^community/news(|/)$" ignoreCase="false" />                    <action type="Rewrite" url="./index.php?site=news" appendQueryString="false" />                </rule>                <rule name="Importierte Regel 14">                    <match url="^community/news/(.*)$" ignoreCase="false" />                    <action type="Rewrite" url="./index.php?site=news&amp;newsid={R:1}" appendQueryString="false" />                </rule>                <rule name="Importierte Regel 15">                    <match url="^client(|/)$" ignoreCase="false" />                    <action type="Rewrite" url="./index.php?site=client" appendQueryString="false" />                </rule>                <rule name="Importierte Regel 16">                    <match url="^community/werbung$" ignoreCase="false" />                    <action type="Rewrite" url="./index.php?site=werbung" appendQueryString="false" />                </rule>	        <rule name="Importierte Regel 17">                    <match url="^DJ/(.*)(|/)$" ignoreCase="false" />                    <action type="Rewrite" url="DJ/{R:1}.php" />                </rule>	        <rule name="Importierte Regel 18">                    <match url="^DJ(|/)$" ignoreCase="false" />                    <action type="Rewrite" url="DJ/index.php" />                </rule>	        <rule name="Importierte Regel 19">                    <match url="^settings/(.*)(|/)$" ignoreCase="false" />                    <action type="Rewrite" url="index.php?site=settings&amp;page={R:1}" />                </rule>	        <rule name="Importierte Regel 20">                    <match url="^community/experten(|/)$" ignoreCase="false" />                    <action type="Rewrite" url="index.php?site=experten" />                </rule>	        <rule name="Importierte Regel 21">                    <match url="^cookie/home(|/)$" ignoreCase="false" />                    <action type="Rewrite" url="index.php?site=cookie.start" />                </rule>	        <rule name="Importierte Regel 22">                    <match url="^cookie/group(|/)$" ignoreCase="false" />                    <action type="Rewrite" url="index.php?site=cookie.group" />                </rule>	        <rule name="Importierte Regel 23">                    <match url="^groups/(..*)$" ignoreCase="false" />                    <action type="Rewrite" url="index.php?site=group&amp;groupid={R:1}" />                </rule>	        <rule name="Importierte Regel 24">                    <match url="^cookie/username(|/)$" ignoreCase="false" />                    <action type="Rewrite" url="index.php?site=cookie.username" />                </rule>	        <rule name="Importierte Regel 25">                    <match url="^papers/agb(|/)$" ignoreCase="false" />                    <action type="Rewrite" url="index.php?site=papers_disclaimer" />                </rule>	        <rule name="Importierte Regel 26">                    <match url="^main/groups(|/)$" ignoreCase="false" />                    <action type="Rewrite" url="index.php?site=mygroups" />                </rule>                <rule name="Importierte Regel 27">                    <match url="^ref/(.*)$" ignoreCase="false" />                    <action type="Rewrite" url="./index.php?site=register&amp;ref={R:1}" appendQueryString="false" />                </rule>		<rule name="Importierte Regel 28">			<match url="^intranet/page/(..*)$" ignoreCase="false" />			<action type="Rewrite" url="./intranet/index.php?site={R:1}" appendQueryString="false" />		</rule>		<rule name="Importierte Regel 29">			<match url="^cookie/premium$" ignoreCase="false" />			<action type="Rewrite" url="index.php?site=cookie.premium" appendQueryString="false" />		</rule>		<rule name="Importierte Regel 30">			<match url="^bank/(.*)$" ignoreCase="false" />			<action type="Rewrite" url="index.php?site=bank.{R:1}" appendQueryString="false" />		</rule>		<rule name="Importierte Regel 31">			<match url="^bwr(|/)$" ignoreCase="false" />			<action type="Rewrite" url="index.php?site=bwr" appendQueryString="false" />		</rule>		<rule name="Importierte Regel 32">			<match url="^community/online(|/)$" ignoreCase="false" />			<action type="Rewrite" url="index.php?site=online" appendQueryString="false" />		</rule>		<rule name="Importierte Regel 34.1">			<match url="^admin/user/(.*)(|/)$" ignoreCase="false" />			<action type="Rewrite" url="admin.php?site=user&amp;name={R:1}" appendQueryString="false" />		</rule>			<rule name="Importierte Regel 33">			<match url="^admin/(.*)(|/)$" ignoreCase="false" />			<action type="Rewrite" url="admin.php?site={R:1}" appendQueryString="false" />		</rule>		<rule name="Importierte Regel 34.2">			<match url="^admin/(.*)(|/)$" ignoreCase="false" />			<action type="Rewrite" url="admin.php?site={R:1}" appendQueryString="false" />		</rule>				<rule name="Importierte Regel 35">			<match url="^bwr/info(|/)$" ignoreCase="false" />			<action type="Rewrite" url="index.php?site=bwrinfo" appendQueryString="false" />		</rule>				<rule name="Importierte Regel 36">			<match url="^community/wm(|/)$" ignoreCase="false" />			<action type="Rewrite" url="index.php?site=wm" appendQueryString="false" />		</rule>			<rule name="Importierte Regel 37">			<match url="^admin$" ignoreCase="false" />			<action type="Rewrite" url="admin.php?site=home" appendQueryString="false" />		</rule>		<rule name="Importierte Regel 38">			<match url="^cookie/casino(|/)$" ignoreCase="false" />			<action type="Rewrite" url="index.php?site=cookie.casino" appendQueryString="false" />		</rule>			<rule name="Importierte Regel 39">			<match url="^cookie/umfragen(|/)$" ignoreCase="false" />			<action type="Rewrite" url="index.php?site=cookie.polls" appendQueryString="false" />		</rule>		<rule name="Importierte Regel 40">			<match url="^error(|/)$" ignoreCase="false" />			<action type="Rewrite" url="index.php?site=error" appendQueryString="false" />		</rule>		<rule name="Importierte Regel 41">			<match url="^imager/(.*)(|/)$" ignoreCase="false" />			<action type="Rewrite" url="imager.php?user={R:1}" appendQueryString="false" />		</rule>		<rule name="Importierte Regel 100">			<match url="^client/head.gif/(.*)(|/)$" ignoreCase="false" />			<action type="Rewrite" url="client/head.php?figure={R:1}" appendQueryString="false" />		</rule>            </rules>        </rewrite>        <handlers>            <clear />            <add name="PHP53_via_FastCGI" path="*.php" verb="GET,HEAD,POST" modules="FastCgiModule" scriptProcessor="C:\Program Files (x86)\PHP\v5.3\php-cgi.exe" resourceType="Either" />            <add name="php-5.2.10_1" path="*.php" verb="GET,HEAD,POST" modules="FastCgiModule" scriptProcessor="C:\Users\Administrator\Desktop\PHP\5.2.10-new\php-cgi.exe" resourceType="Either" requireAccess="Script" />            <add name="php-5.2.10" path="*.php" verb="GET,HEAD,POST" modules="FastCgiModule" scriptProcessor="C:\Users\Administrator\Dropbox\Server files\SERVER WEB\PHP\5.2.10-new\php-cgi.exe" resourceType="Either" requireAccess="Script" />            <add name="ISAPI-dll" path="*.dll" verb="*" modules="IsapiModule" resourceType="File" requireAccess="Execute" allowPathInfo="true" />            <add name="TraceHandler-Integrated" path="trace.axd" verb="GET,HEAD,POST,DEBUG" type="System.Web.Handlers.TraceHandler" preCondition="integratedMode,runtimeVersionv2.0" />            <add name="WebAdminHandler-Integrated" path="WebAdmin.axd" verb="GET,DEBUG" type="System.Web.Handlers.WebAdminHandler" preCondition="integratedMode,runtimeVersionv2.0" />            <add name="AssemblyResourceLoader-Integrated" path="WebResource.axd" verb="GET,DEBUG" type="System.Web.Handlers.AssemblyResourceLoader" preCondition="integratedMode,runtimeVersionv2.0" />            <add name="PageHandlerFactory-Integrated" path="*.aspx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.PageHandlerFactory" preCondition="integratedMode,runtimeVersionv2.0" />            <add name="SimpleHandlerFactory-Integrated" path="*.ashx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.SimpleHandlerFactory" preCondition="integratedMode,runtimeVersionv2.0" />            <add name="WebServiceHandlerFactory-Integrated" path="*.asmx" verb="GET,HEAD,POST,DEBUG" type="System.Web.Services.Protocols.WebServiceHandlerFactory, System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" preCondition="integratedMode,runtimeVersionv2.0" />            <add name="HttpRemotingHandlerFactory-rem-Integrated" path="*.rem" verb="GET,HEAD,POST,DEBUG" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv2.0" />            <add name="HttpRemotingHandlerFactory-soap-Integrated" path="*.soap" verb="GET,HEAD,POST,DEBUG" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv2.0" />            <add name="AXD-ISAPI-2.0" path="*.axd" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />            <add name="PageHandlerFactory-ISAPI-2.0" path="*.aspx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />            <add name="SimpleHandlerFactory-ISAPI-2.0" path="*.ashx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />            <add name="WebServiceHandlerFactory-ISAPI-2.0" path="*.asmx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />            <add name="HttpRemotingHandlerFactory-rem-ISAPI-2.0" path="*.rem" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />            <add name="HttpRemotingHandlerFactory-soap-ISAPI-2.0" path="*.soap" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />            <add name="AXD-ISAPI-2.0-64" path="*.axd" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />            <add name="PageHandlerFactory-ISAPI-2.0-64" path="*.aspx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />            <add name="SimpleHandlerFactory-ISAPI-2.0-64" path="*.ashx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />            <add name="WebServiceHandlerFactory-ISAPI-2.0-64" path="*.asmx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />            <add name="HttpRemotingHandlerFactory-rem-ISAPI-2.0-64" path="*.rem" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />            <add name="HttpRemotingHandlerFactory-soap-ISAPI-2.0-64" path="*.soap" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />            <add name="PHP55_via_FastCGI" path="*.php" verb="GET,HEAD,POST" modules="FastCgiModule" scriptProcessor="C:\Program Files (x86)\PHP\v5.5\php-cgi.exe" resourceType="Either" />            <add name="SSINC-stm" path="*.stm" verb="GET,HEAD,POST" modules="ServerSideIncludeModule" resourceType="File" />            <add name="SSINC-shtm" path="*.shtm" verb="GET,HEAD,POST" modules="ServerSideIncludeModule" resourceType="File" />            <add name="SSINC-shtml" path="*.shtml" verb="GET,HEAD,POST" modules="ServerSideIncludeModule" resourceType="File" />            <add name="CGI-exe" path="*.exe" verb="*" modules="CgiModule" resourceType="File" requireAccess="Execute" allowPathInfo="true" />            <add name="TRACEVerbHandler" path="*" verb="TRACE" modules="ProtocolSupportModule" requireAccess="None" />            <add name="OPTIONSVerbHandler" path="*" verb="OPTIONS" modules="ProtocolSupportModule" requireAccess="None" />            <add name="StaticFile" path="*" verb="*" modules="StaticFileModule,DefaultDocumentModule,DirectoryListingModule" resourceType="Either" requireAccess="Read" />        </handlers>        <defaultDocument>            <files>                <clear />                <add value="Default.htm" />                <add value="Default.asp" />                <add value="index.htm" />                <add value="index.html" />                <add value="iisstart.htm" />                <add value="index.php" />                <add value="default.aspx" />            </files>        </defaultDocument>    </system.webServer></configuration>

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!