Forum Moderators: phranque
RewriteEngine On
RewriteBase /newtheme
#RewriteRule ^member/([a-zA-Z0-9]+)$ /member/list.php?uid=$1&type=index [L]
only 3 lines and last one is comment out,
my url is : [localhost...]
if i use [localhost...] page still showed up ,the only problem is querystring seems like got lost.
.htaccess file is empty and theres no rule to rewrite url, home come rewrited url still works?
besides, .htaccess file, what other files controled url rewrite?