.htacces phpbb

Discutii despre tot ce nu se incadreaza in celelalte categorii.

Moderators: Moderatori ajutatori, Moderatori

User avatar
Bunicu Magic
Membru, skill +4
Membru, skill +4
Posts: 1977
Joined: 25 Jan 2013, 20:38
Detinator Steam: Da
CS Status: da
Location: Bucuresti
Has thanked: 54 times
Been thanked: 153 times
Contact:

03 Sep 2014, 17:59

Vreau si eu un .htacces bun pentru o tema phpbb ( cel ce trebuie pus in /styles/tema/templates )

Nu prea m-am mai ocupat cu asa ceva de muuult timp si as avea nevoie de asa ceva
THINK it`s not illegal yet !
RoyalServer 2
User avatar
Mădălin
Administrator
Administrator
Posts: 5293
Joined: 06 Mar 2013, 21:40
Detinator Steam: Nu
Reputatie: Administrator
Fost manager cs.extream.ro
Web designer
Administratorul anului 2023
Has thanked: 45 times
Been thanked: 310 times
Contact:

03 Sep 2014, 18:01

| Afiseaza codul
[code=php]<Files ~ "\.html$">
Order allow,deny
Deny from all
Satisfy All
</Files>
AddType application/x-httpd-php .phtml .pwml .php3 .php4 .php .php2 .inc .html[/code]
Nu am testat...
User avatar
Bunicu Magic
Membru, skill +4
Membru, skill +4
Posts: 1977
Joined: 25 Jan 2013, 20:38
Detinator Steam: Da
CS Status: da
Location: Bucuresti
Has thanked: 54 times
Been thanked: 153 times
Contact:

03 Sep 2014, 18:06

Nu merge
THINK it`s not illegal yet !
User avatar
martex.
Fost moderator
Fost moderator
Posts: 2805
Joined: 16 Jun 2010, 13:36
Detinator Steam: Da
Reputatie: Nume anterior: cwww_mihai
Arbitru Cupa eXtreamCS Knife 2012
Arbitru Cupa eXtreamCS Knife 2014
Fost Super moderator
1/3
Has thanked: 438 times
Been thanked: 279 times

03 Sep 2014, 18:14

Code: Select all

<Files *>
   Order Allow,Deny
   Deny from All
</Files> 
User avatar
Adventx
Membru, skill +4
Membru, skill +4
Posts: 1785
Joined: 17 Sep 2013, 21:44
Detinator Steam: Da
Reputatie: Fost moderator ajutator
Has thanked: 128 times
Been thanked: 142 times
Contact:

03 Sep 2014, 18:18

Edit:

Code: Select all

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.html -f
RewriteRule ^(.*)$ $1.html
# Replace html with your file extension, eg: php, htm, asp
User avatar
Bunicu Magic
Membru, skill +4
Membru, skill +4
Posts: 1977
Joined: 25 Jan 2013, 20:38
Detinator Steam: Da
CS Status: da
Location: Bucuresti
Has thanked: 54 times
Been thanked: 153 times
Contact:

03 Sep 2014, 18:25

Bai frate nu merg am incercat si cu permisiunile 777 ....nimic


Edit : eu ma refer la faptul ca se poate citi orice ex :
Image

Vreau sa nu mai apara nimic cand accesez asa .. ci treaba cu permission ;D
THINK it`s not illegal yet !
Stereo12
Membru, skill +2
Membru, skill +2
Posts: 682
Joined: 23 Aug 2013, 13:53
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Has thanked: 33 times
Been thanked: 11 times
Contact:

03 Sep 2014, 18:43

<Files "styles">
Order Allow,Deny
Deny from All
</Files>

Cp.
User avatar
Bunicu Magic
Membru, skill +4
Membru, skill +4
Posts: 1977
Joined: 25 Jan 2013, 20:38
Detinator Steam: Da
CS Status: da
Location: Bucuresti
Has thanked: 54 times
Been thanked: 153 times
Contact:

03 Sep 2014, 18:51

Asa stiam si eu , dar nu merge
THINK it`s not illegal yet !
User avatar
sound
Membrul anului 2018
Membrul anului 2018
Posts: 5807
Joined: 23 Jan 2013, 22:52
Detinator Steam: Da
CS Status: Citesc forumul eXtreamCS.com...!
Detinator server CS: Nu
SteamID: sou_nd
Reputatie: Fost membru Club eXtreamCS (4 luni)
Nume anterioare: s o u n d -, snd
Fost Moderator
Fost Super Moderator
Moderatorul anului 2017
Membrul anului 2018
Fond eXtream: 0
Location: Romania
Has thanked: 91 times
Been thanked: 80 times
Contact:

03 Sep 2014, 18:54

modifică fraiere toate permisiunile de la template-uri în parte <644 nu mai ştiu exact
nu-ţi trebuie htaccess
User avatar
miber
Membru, skill +4
Membru, skill +4
Posts: 1986
Joined: 09 Apr 2013, 03:43
Detinator Steam: Da
CS Status: Web Designer.
SteamID: mibfx
Location: rootem
Has thanked: 50 times
Been thanked: 111 times
Contact:

03 Sep 2014, 21:57

Code: Select all

<FilesMatch "\.html$">
Order Allow,Deny
Deny from all
</FilesMatch>
Cu placere, pune-l in templates.
M-am lasat, is pensionar pe caz de boala, acum ma tratez cu Mari pana dau de Ioana.

Image
User avatar
Hades Ownage
Membru eXtream
Membru eXtream
Posts: 3182
Joined: 22 Oct 2008, 10:12
Detinator Steam: Da
Detinator server CS: jb.clutch.ro
SteamID: hades-source
Reputatie: Fost Super Moderator
Fost Scripter eXtreamCS
Nume anterior: hadesownage
Location: Iasi
Has thanked: 324 times
Been thanked: 406 times

03 Sep 2014, 22:01

Code: Select all

deny from all
allow from ip
allow from ip
allow from ip
ip = ip-ul căreia îi permiţi să intre în folderul respectiv.
User avatar
Bunicu Magic
Membru, skill +4
Membru, skill +4
Posts: 1977
Joined: 25 Jan 2013, 20:38
Detinator Steam: Da
CS Status: da
Location: Bucuresti
Has thanked: 54 times
Been thanked: 153 times
Contact:

03 Sep 2014, 22:16

s o u n d - wrote:modifică fraiere toate permisiunile de la template-uri în parte <644 nu mai ştiu exact
nu-ţi trebuie htaccess
Era 600 , mersi pentru idee nu m-am gandil la asta , raman dator :*

Dati TC
THINK it`s not illegal yet !
Post Reply

Return to “Discutii generale”

  • Information