i use this htaccess in my site
And the problem is when i upload a file that has a _ in its filename it will cause the error when i tried to click that uploaded file..error is redirect to main page..but the rest file is n0t a pr0blem...help please...
Code:
RewriteRule w_(.*)\.html$ /index.php?dir=$1 RewriteRule file_(.*)\.html$ /file.php?file=$1 RewriteRule wx_(.*)_(.*)\.html$ /index.php?dir=$1&page=$2
Comment