Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> [mod_rewrite] prosty problem
trylik
post
Post #1





Grupa: Zarejestrowani
Postów: 23
Pomógł: 0
Dołączył: 16.10.2006

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


RewriteRule ^index.php\?a=newsarch /newsy/glowna [R]

dlaczego to nie chce działać?

ma przekierować z index.php?a=newsarch na /newsy/glowna

probowalem tez:

RewriteRule ^index.php?a=newsarch /newsy/glowna [R]
RewriteRule ^index.php\?a\=newsarch /newsy/glowna [R]
RewriteRule ^(index.php\?a=newsarch) /newsy/glowna [R]
RewriteRule index.php\?a=newsarch /newsy/glowna [R]

czy moze ktos stwierdzyc czy jest to poprawnie napisane?
Go to the top of the page
+Quote Post
lectric
post
Post #2





Grupa: Zarejestrowani
Postów: 167
Pomógł: 1
Dołączył: 22.08.2006
Skąd: universe

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


RewriteRule ^index.php?a=newsarch$ /newsy/glowna [R]


--------------------
Potrzebujesz dodać darmowe ogłoszenia ?, w takim razie musisz odwiedzić to miejsce !
Presell - tutaj dodasz swoj artykul za darmo ! Presell Page dla wszystkich bez limitów i utrudnień
Masz firme ? Ta baza firm jest dla Ciebie i Twoich znajomych są też śmieszne filmiki
Go to the top of the page
+Quote Post
trylik
post
Post #3





Grupa: Zarejestrowani
Postów: 23
Pomógł: 0
Dołączył: 16.10.2006

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


nietsety to tez nie dziala
Go to the top of the page
+Quote Post
lectric
post
Post #4





Grupa: Zarejestrowani
Postów: 167
Pomógł: 1
Dołączył: 22.08.2006
Skąd: universe

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


Pokaż zawartość pliku .htaccess


--------------------
Potrzebujesz dodać darmowe ogłoszenia ?, w takim razie musisz odwiedzić to miejsce !
Presell - tutaj dodasz swoj artykul za darmo ! Presell Page dla wszystkich bez limitów i utrudnień
Masz firme ? Ta baza firm jest dla Ciebie i Twoich znajomych są też śmieszne filmiki
Go to the top of the page
+Quote Post
trylik
post
Post #5





Grupa: Zarejestrowani
Postów: 23
Pomógł: 0
Dołączył: 16.10.2006

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


RewriteEngine On

RewriteCond %{HTTP_HOST} ^(www\.)?ewroclaw\.invesmtap\.pl [NC]
RewriteRule ^(.*)$ http://investmap.pl/index.php?a=main&beta=tak [L]

RewriteRule ^inwestycja/.*\,([0-9]+)$ /index.php?a=main&modul=inwestycje&tryb=pokaz&id=$1
RewriteRule ^inwestycje/(biura)$ /index.php?a=main&modul=inwestycje&tryb=pokazKat&id=2
RewriteRule ^inwestycje/(domy,mieszkania)$ /index.php?a=main&modul=inwestycje&tryb=pokazKat&id=1
RewriteRule ^inwestycje/(przemysl)$ /index.php?a=main&modul=inwestycje&tryb=pokazKat&id=4
RewriteRule ^inwestycje/(handel)$ /index.php?a=main&modul=inwestycje&tryb=pokazKat&id=3
RewriteRule ^inwestycje/(logistyka)$ /index.php?a=main&modul=inwestycje&tryb=pokazKat&id=5
RewriteRule ^inwestycje/(infrastruktura)$ /index.php?a=main&modul=inwestycje&tryb=pokazKat&id=6
RewriteRule ^inwestycje/(hotele)$ /index.php?a=main&modul=inwestycje&tryb=pokazKat&id=7
RewriteRule ^inwestycje/(sport,rekreacja)$ /index.php?a=main&modul=inwestycje&tryb=pokazKat&id=8
RewriteRule ^inwestycje/(gospodarka,oparta,na,wiedzy)$ /index.php?a=main&modul=inwestycje&tryb=pokazKat&id=9
RewriteRule ^inwestycje/(remonty,zabytkow)$ /index.php?a=main&modul=inwestycje&tryb=pokazKat&id=10
RewriteRule ^inwestycje/(przetargi)$ /index.php?a=main&modul=inwestycje&tryb=pokazKat&id=11
RewriteRule ^inwestycje/(infrastruktura,spoleczna)$ /index.php?a=main&modul=inwestycje&tryb=pokazKat&id=12
RewriteRule ^polec$ /index.php?a=recommend
RewriteRule ^newsletter$ /index.php?a=addmail
RewriteRule ^wyloguj$ /index.php?a=main&modul=wyloguj
RewriteRule ^zaloguj$ /index.php?a=main&modul=wyloguj&zaloguj=tak
RewriteRule ^szukaj/wyniki$ /index.php?a=main&modul=szukaj
RewriteRule ^sky_tower_kamera_online$ /index.php?a=main&modul=kamerka
RewriteRule ^emiasto/(.*)$ /index.php?a=main&modul=emiasto&tryb=$1
RewriteRule ^mojpulpit/(.*)$ /index.php?a=main&modul=mojpulpit&tryb=$1
RewriteRule ^artykul/.*\,([0-9]+)$ /index.php?a=main&modul=artykul&id=$1
RewriteRule ^aktualnosci$ /index.php?a=newsarch&tryb=glowna
RewriteRule ^gielda/(.*)/(.*)\,.*\,(.*)$ /index.php?a=main&modul=gielda&tryb=$1&$2=$3
RewriteRule ^gielda/(.*)$ /index.php?a=main&modul=gielda&tryb=$1
RewriteRule ^wywiad/.*\,.*\,([0-9]+)/(.*)$ /index.php?a=main&modul=sylwetki&tryb=$2&id=$1
RewriteRule ^news/.*\,([0-9]+)$ /index.php?a=newsarch&tryb=pokaz&id=$1
RewriteRule ^index.php?a=newsarch$ /newsy/glowna [R]
RewriteRule ^newsy/(.*)$ /index.php?a=newsarch&tryb=$1
Go to the top of the page
+Quote Post
tzi
post
Post #6





Grupa: Zarejestrowani
Postów: 43
Pomógł: 0
Dołączył: 12.10.2003
Skąd: Łódź

Ostrzeżenie: (10%)
X----


Cytat(trylik @ 23.01.2008, 12:13:57 ) *
RewriteRule ^index.php\?a=newsarch /newsy/glowna [R]

dlaczego to nie chce działać?

ma przekierować z index.php?a=newsarch na /newsy/glowna

probowalem tez:

RewriteRule ^index.php?a=newsarch /newsy/glowna [R]
RewriteRule ^index.php\?a\=newsarch /newsy/glowna [R]
RewriteRule ^(index.php\?a=newsarch) /newsy/glowna [R]
RewriteRule index.php\?a=newsarch /newsy/glowna [R]

czy moze ktos stwierdzyc czy jest to poprawnie napisane?

A czy nie powinno być odwrotnie tj. /newsy/glowna na index.php?a=newsarch ?
W końcu to w przeglądarce wpisujesz/klikasz link /newsy/glowna a to ma być odzwierciedleniem "phpowego wywołania" index.php?a=newsarch
W takiej sytuacji powinno być:
RewriteRule ^newsy/glowna$ /index.php?a=newsarch
Go to the top of the page
+Quote Post
trylik
post
Post #7





Grupa: Zarejestrowani
Postów: 23
Pomógł: 0
Dołączył: 16.10.2006

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


kolejnosc jest ok, chodzi o to , zeby klienta ktory wejdzie na stara adresacje przekierowalo na nowa....

zobacz zreszta kolejny wpis w htacc..

Kod
RewriteRule ^index.php?a=newsarch$ /newsy/glowna [R]
RewriteRule ^newsy/(.*)$ /index.php?a=newsarch&tryb=$1


Ten post edytował trylik 23.01.2008, 11:39:51
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 Aktualny czas: 22.08.2025 - 01:07