Jump to content
  • 0

panel


buNNy

Question

Cum pot face la panel sa fie panel.exemplu.tk

Spoiler

RewriteEngine On
RewriteBase /panel/

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

RewriteRule ^(.*)$ index.php?page=$1 [QSA,L]

<files *.js.gz>
    AddType "text/javascript" .gz
    AddEncoding gzip .gz
</files>
<files *.css.gz>
    AddType "text/css" .gz
    AddEncoding gzip .gz
</files>

ReWriteCond %{HTTP:accept-encoding} gzip
RewriteCond %{HTTP_USER_AGENT} !Safari

ReWriteCond %{REQUEST_FILENAME} !^.+.gz$

RewriteCond %{REQUEST_FILENAME}.gz -f

RewriteRule ^(.+) $1.gz [QSA,L]

<IfModule mod_headers.c>
    <FilesMatch "\.(js|css|xml|gz)$">
        Header append Vary: Accept-Encoding
    </FilesMatch>
</IfModule>

<IfModule mod_expires.c>
    ExpiresActive On 

    ExpiresDefault "access plus 1 week"
</IfModule>

ErrorDocument 403 /ucp/404.php

Options -Indexes
 

aici e httpacces. si sus la /panel/ daca schimb nu mai merge

COMUNITATEA MEA DE RESURSE
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
spacer.png
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
www.codeup.ro / www.codeup.ro/forum

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0
Chiar acum, Erik. a spus:

Cum pot face la panel sa fie panel.exemplu.tk

  Ascunde conținuturi

RewriteEngine On
RewriteBase /panel/

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

RewriteRule ^(.*)$ index.php?page=$1 [QSA,L]

<files *.js.gz>
    AddType "text/javascript" .gz
    AddEncoding gzip .gz
</files>
<files *.css.gz>
    AddType "text/css" .gz
    AddEncoding gzip .gz
</files>

ReWriteCond %{HTTP:accept-encoding} gzip
RewriteCond %{HTTP_USER_AGENT} !Safari

ReWriteCond %{REQUEST_FILENAME} !^.+.gz$

RewriteCond %{REQUEST_FILENAME}.gz -f

RewriteRule ^(.+) $1.gz [QSA,L]

<IfModule mod_headers.c>
    <FilesMatch "\.(js|css|xml|gz)$">
        Header append Vary: Accept-Encoding
    </FilesMatch>
</IfModule>

<IfModule mod_expires.c>
    ExpiresActive On 

    ExpiresDefault "access plus 1 week"
</IfModule>

ErrorDocument 403 /ucp/404.php

Options -Indexes
 

aici e httpacces. si sus la /panel/ daca schimb nu mai merge

n-ai nici-o treaba acolo,ce panel folosesti?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.