htaccess question:
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*)\.htm$ /index.php?cat=$1
it works.
but this one gives error:
Options +FollowSymLinks
RewriteEngine on
RewriteRule (.*)\.htm$ /index.php?cat=$1
RewriteRule (.*)\.php$ /sayfa.php?cat=$1
when i use it, i get 500 * internal server error


LinkBack URL
About LinkBacks





Reply With Quote