Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

Jos jedan .htaccess problem

[es] :: Linux/UNIX serveri i servisi :: Jos jedan .htaccess problem

[ Pregleda: 2318 | Odgovora: 2 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

djordje
Novi Sad

Član broj: 3704
Poruke: 1725
*.dynamic.sbb.co.yu.



+3 Profil

icon Jos jedan .htaccess problem19.08.2006. u 14:49 - pre 215 meseci
guglao sam dosta, ali ne mogu da nadjem resenje za problem.

trenutno stanje u .htaccess fajlu je sledece:
Code:

Options +FollowSymLinks
RewriteEngine On

RewriteCond %{HTTP_HOST} ^domain\.com
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=permanent,L]

RewriteRule ^cat([0-9]+)-([a-zA-Z0-9_-]+)\.php$ index.php?t=2&title=$2&id=$1
RewriteRule ^dg([0-9]+)-([a-zA-Z0-9_-]+)\.php$ index.php?t=3&id=$1

RewriteRule ^circuit-diagrams\.php$ index.php?t=1
RewriteRule ^projects\.php$ index.php?t=5
RewriteRule ^store\.php$ index.php?t=6
RewriteRule ^news\.php$ index.php?t=9
RewriteRule ^contact\.php$ index.php?t=8
RewriteRule ^sent\.php$ index.php?t=10


sve normalno radi do trenutka kada u brovser unesem direktno sledecu stvar:
Code:
domain.com/circuit-diagrams.php

a u browseru u address bar-u se pojavi:
Code:
http://www.domain.com//index.php?t=1


Dakle, doda se www, ali se pojavi jos jedna crta "/" i neizmenjen deo "index.php?t=1".

Sta da cinim?
 
Odgovor na temu

SqlByte
bg

Član broj: 65900
Poruke: 269
194.106.187.*



+3 Profil

icon Re: Jos jedan .htaccess problem12.09.2006. u 14:04 - pre 214 meseci
ja bih pocheo od sklanjanja "/" svuda gde ti mislish da ne treba

recimo
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=permanent,L]

skloni "/" tu :)
 
Odgovor na temu

djordje
Novi Sad

Član broj: 3704
Poruke: 1725
213.244.208.*



+3 Profil

icon Re: Jos jedan .htaccess problem12.09.2006. u 14:33 - pre 214 meseci
Dodao sam "RewriteBase /" i radi. nije mi jasno bas, al' nema veze
 
Odgovor na temu

[es] :: Linux/UNIX serveri i servisi :: Jos jedan .htaccess problem

[ Pregleda: 2318 | Odgovora: 2 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.