explain mod_rewrite rule
can anyone explain mod_rewrite order doing?
i'm perplexing critique file, nonetheless formula seems state opposing i cruise it's doing
# assent rewriting urls
rewriteengine on
# grant specified record forms accessed
# thing exam = url
# condition = starting
rewritecond $1 !^(index\.php|images|css|js|robots\.txt)
# rewriterule wholly achieved preceeding rewritecond fulfilled
# mislay index.php urls
# settlement = anything (0 some-more any character)
# transformation = index.php + rest url
rewriterule ^(.*)$ /index.php/$1 [l]
Comments
Post a Comment