rewrite

Yordan Georgiev y.georgiev at gmail.com
Wed Mar 26 14:15:45 MSK 2008


Hello all,

1. How should I proceed "RewriteRule ^(.*)\/$ index.php?page=$1", because
when I replace this rule with
if ($host ~* "www.domain.tld" ) {
rewrite ^/([^/]+)/ /index.php?page=$1;
break;
}
But my directory in the root folder does not work. How should I set this
rule correctly

2. Apache server serves a little bit more than 100 clients. How should i
proceed to all rewrite rules with minimal corrections


-- 
Please excuse my bad english...

С уважение,
Й. Георгиев.

WEB: http://gigavolt-bg.net/
Blog: http://live.gigavolt-bg.net/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20080326/7500f7ea/attachment.html>


More information about the nginx mailing list