View Single Post
04-13-2009, 12:24 AM
#2
46Bit is offline 46Bit
Status: Member
Join date: Mar 2009
Location: Yorkshire
Expertise: Web Development
Software:
 
Posts: 275
iTrader: 10 / 100%
 

46Bit is on a distinguished road

Send a message via MSN to 46Bit Send a message via Skype™ to 46Bit

  Old

Code:
RewriteEngine On
RewriteRule ^(index\.php)?$ index.php?language=ge
There you go
If you want it to match index.html as well, use:
Code:
RewriteEngine On
RewriteRule ^(index\.(php|html))?$ index.php?language=ge

Reply With Quote