Jump to content

Question

Posted

Am o problema si o intrebare,

Problema este ca, cand intru pe "127.0.0.10/panel" si dau pe inregistrare, imi zice 

The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.

If you think this is a server error, please contact the webmaster.

Cum pot rezolva asta ?

Si intrebarea este, daca pot face un panel compatibil cu un gamemode ? 

1 answer to this question

Recommended Posts

  • 1
Posted (edited)

Salut @Sniperw0w ! Creeaza un fisier cu numele ".htaccess" in radacina panelului, iar in el noteaza regulile si conditiile de scriere / citire.

Codul pentru .htaccess:

RewriteOptions inherit
RewriteEngine On
 
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
 
RewriteRule ^(.*)$ index.php?page=$1 [QSA,L]
 
<Files 403.shtml>
order allow,deny
allow from all
</Files>

Iar la intrebarea daca poti face un panel compatibil cu un gamemode, raspunsul este da.

Ai nevoie de un minim de cunostinte necesare (HTML, PHP, CSS, MySQL etc.)

Pentru alte probleme de genu ma poti contacta pe discord : Tukson #1516 , sau deschizand un nou topic.

Asteptam verdictul problemei.

Succes.

Edited by Tukson

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.