Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> [PHP]htaccess nie przekierowuje prawidłowo
csharnas
post 25.09.2013, 11:56:56
Post #1





Grupa: Zarejestrowani
Postów: 49
Pomógł: 0
Dołączył: 28.02.2013

Ostrzeżenie: (0%)
-----


Witam mam dziwny problem postawiłem stronke na serwerze dedykowanym i mam problem z przekierowanie RewriteRule.

przykład

chce aby otworzyła mi sie strona moja-strona.pl/style

w pliku htacces mam taki wpis

  1. RewriteRule ^style$ /index.php?strona=style [L]


i zamiast strony otwiera mi sie plik który jest w katalogu głównym o nazwie style.css

pomoże mi ktoś to ogarnąć ?
Go to the top of the page
+Quote Post
 
Start new topic
Odpowiedzi (1 - 4)
Turson
post 25.09.2013, 12:04:42
Post #2





Grupa: Zarejestrowani
Postów: 4 291
Pomógł: 829
Dołączył: 14.02.2009
Skąd: łódź

Ostrzeżenie: (0%)
-----


Kod
RewriteRule ^style/$ index.php?strona=style [L]


Jak to nie zadziała to pokaż całość kodu, bo możliwe że inna reguła koliduje z tą.

Ten post edytował Turson 25.09.2013, 12:07:29
Go to the top of the page
+Quote Post
csharnas
post 25.09.2013, 12:08:29
Post #3





Grupa: Zarejestrowani
Postów: 49
Pomógł: 0
Dołączył: 28.02.2013

Ostrzeżenie: (0%)
-----


nadal ten sam błąd sad.gif dodam tylko że ten plik działał na zwykłym hostingu nie chce działać na serwerze dedykowanym

  1. RewriteEngine On
  2. RewriteCond %{HTTP_REFERER} !^$
  3. RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?test.cs-harnas.pl [NC]
  4.  
  5.  
  6.  
  7. RewriteRule ^home$ /index.php [L]
  8. RewriteRule ^serwery$ /index.php?strona=serwery [L]
  9. RewriteRule ^sieci$ /index.php?strona=sieci [L]
  10. RewriteRule ^faq$ /index.php?strona=faq [L]
  11. RewriteRule ^logowanie$ /index.php?strona=login [L]
  12. RewriteRule ^kontakt$ /index.php?strona=kontakt [L]
  13. RewriteRule ^statystyki$ /index.php?strona=statystyki [L]
  14. RewriteRule ^serwer:(.*) /index.php?strona=serwer&ip=$1 [L]
  15. RewriteRule ^siec:(.*) /index.php?strona=serwery&siec=$1 [L]
  16. RewriteRule ^rejestracja:(.*)$ /index.php?strona=rejestracja&id=$1 [L]
  17. RewriteRule ^boost$ /index.php?strona=reklama [L]
  18.  
  19.  
  20. RewriteRule (.*)dodaj_serwer$ /panel/index.php?strona=nowyserwer [L]
  21. RewriteRule (.*)moje_serwery$ /panel/index.php?strona=mojeserwery [L]
  22. RewriteRule (.*)dodaj_siec$ /panel/index.php?strona=nowasiec [L]
  23. RewriteRule (.*)moje_sieci$ /panel/index.php?strona=mojesieci [L]
  24. RewriteRule (.*)edytuj_haslo$ /panel/index.php?strona=haslo [L]
  25. RewriteRule (.*)reklama$ /panel/index.php?strona=kupreklame [L]
  26. RewriteRule (.*)program_partnerski$ /panel/index.php?strona=pp [L]
  27. RewriteRule (.*)logi$ /panel/index.php?strona=logi [L]
  28. RewriteRule (.*)przekaz$ /panel/index.php?strona=przelew [L]
  29. RewriteRule (.*)wiadomosci$ /panel/index.php?strona=wiadomosci [L]
  30. RewriteRule (.*)boost$ /panel/index.php?strona=master [L]
  31. RewriteRule (.*)doladuj$ /doladuj.php [L]
  32. RewriteRule (.*)doladuj=sms$ /doladuj.php?page=sms [L]
  33. RewriteRule (.*)doladuj=przelewem$ /doladuj.php?page=przelew [L]
  34.  
  35.  
  36.  
  37. RewriteCond %{REQUEST_FILENAME} !-f
  38. RewriteCond %{REQUEST_FILENAME} !-d
  39. RewriteRule . /index.php [L]





Ten post edytował csharnas 25.09.2013, 12:13:35
Go to the top of the page
+Quote Post
amii
post 25.09.2013, 12:17:19
Post #4





Grupa: Zarejestrowani
Postów: 728
Pomógł: 76
Dołączył: 12.06.2009

Ostrzeżenie: (0%)
-----


Może przed dodaj reguły wykluczenia plików:
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d


--------------------
gry flash online
Dobry hosting i tanie odnowienia domen firma: masternet.
Zarabianie bez wysiłku na domenach bez ruchu: prolink.
Go to the top of the page
+Quote Post
csharnas
post 25.09.2013, 13:14:26
Post #5





Grupa: Zarejestrowani
Postów: 49
Pomógł: 0
Dołączył: 28.02.2013

Ostrzeżenie: (0%)
-----


nadal ten sam błąd sad.gif

temat rozwiązany wystarczylo dodac Options FollowSymLinks
smile.gif
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Wersja Lo-Fi Aktualny czas: 14.08.2025 - 13:10