Wonder why??
I installed 6.1... everything seem to go OK.
My home page load not a problem but other pages are not working.
EX: when I click on blog.. it takes me to URL /blogs which not display error.
When I click on music ... it takes me to URL /music/all/10/1 (page not found)
I wonder what wrong..?
huh?? I you can help.. Many thanks
I pasted this:
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule .+ - [L]
RewriteRule ^([A-Za-z0-9_-]+)$ profile.php?ID=$1 [QSA,L]
</IfModule>
and I was able to see /blogs but not /music/all/10/1
Is there more that should be in my _root .htaccess or do I need to edit another see more
Upload complete .htccess file and overwrite old file,
and probelery you have to delete
php_flag register_globals Off
from the file.