Forum FAQForum FAQSearchSearch MemberlistMemberlist Forum ignore listForum ignore list RegisterRegister ProfileProfile Log in to check your private messagesLog in to check your private messages Log inLog in
mod rewrite

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Server-side
View previous topic :: View next topic  
Author Message
darko



Joined: 03 Oct 2006
Posts: 20

PostPosted: 04.04.2007 17:37    Post subject: mod rewrite Add user to your forum ignore list Reply with quote

Bok svima!
Kratko pitanje: da li je moguće unutar .htaccesa složiti neki rewrite tako da mi sve ono što dolazi kao zahtjev na npr. www.domena.com/index.php?nesto=1&drugo=2... (u biti sve što dolazi kao zahtjev na bilo koji link sa index.php) automatski rewrite-a na www.domena.com ?
Radi se o tome da imam dosta starih linkova sa drugih stranica koji su bili u ovom prvom obliku (index.php?blabla), pa bi htio to sve preusmjeriti na početnu stranicu.
Unaprijed hvala!!

Darko
Back to top
View user's profile Send private message
Sulien



Joined: 04 Jan 2004
Posts: 2905
Location: Zagreb

PostPosted: 04.04.2007 20:58    Post subject: Add user to your forum ignore list Reply with quote

Code:
RewriteRule ^index.php / [R=301]
Back to top
View user's profile Send private message Send e-mail Visit poster's website
darko



Joined: 03 Oct 2006
Posts: 20

PostPosted: 04.04.2007 21:17    Post subject: Add user to your forum ignore list Reply with quote

Sulien wrote:
Code:
RewriteRule ^index.php / [R=301]

Hm...
Probao sam ali ne radi. Ako u browseru pozovem neki link iz gore navedenih primjera stranica se uz ovaj rewrite rule uopće ne otvara....
Back to top
View user's profile Send private message
jacko



Joined: 02 Mar 2007
Posts: 11

PostPosted: 01.05.2007 18:32    Post subject: Add user to your forum ignore list Reply with quote

Najjednostavnije ti to ovako odradi:

Quote:
RewriteRule ^index.php?(.*)$ index.php
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    mi3dot.org Forum Index -> Server-side All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group