exclude the folders - url rewrite in htaccess
Posted
by aquagirl
on Stack Overflow
See other posts from Stack Overflow
or by aquagirl
Published on 2010-03-19T18:56:40Z
Indexed on
2010/03/19
19:01 UTC
Read the original article
Hit count: 163
php5
rewriteCond %{REQUEST_URI} ^(ajax|css|functions|image_viewer|images|img|include|fancybox|jquery|jscript|json)$ - [L]
RewriteRule ^(.[^/])/(.[^/])/(.+[^/]) ?program=$1&usertype=$2&username=$3 [NC]
could you please help me find what is wrong in this.. ? I need to exclude some folders from url rewriting.
i tried with the solution given here.. but still i am getting some errors..
http://www.idxsync.com/sbaor/Search/Agent/zz
please help me
© Stack Overflow or respective owner