Hi thanks for the reply.
Yes I have now removed the rewrite folder and the .htaccess is still in the z directory. mod_rewrite option is turned on. I still get the same error message.
What I do is go to my profile > settings > Zoints Admin Area > Pages > Upload New Block > browse for the block and select it then click Upload.
When I click upload then instead of going any further and SUCCESSFULLY uploading it, it gives me that sad 404 error message.
My .htaccess file as I've uploaded it contains:
Code:
Options +FollowSymlinks
# If you are running vBSEO with RewriteBase enabled,
# or your webserver needs it, uncomment the following
# line, and change "/forum/z" to the appropriate path
# of where the forum is (ie domain.com/forums/z/ should
# change it to /forums/z)
# RewriteBase /forum/z
RewriteEngine On
RewriteRule ^(install/|tour/|[a-z]+\.php)$ $0 [L]
RewriteRule ^(.+)/(.+)/$ $2.php?z-profile=$1 [QSA]
RewriteRule ^([^/]+)/?$ index.php?z-profile=$1 [QSA]
I notice a "tour" there and I have no clue what that is about, for some reason mine doesn't have that. Could that be the cause of the problem? I mean me not having something relating to Pages section in the .htaccess file?
I haven't editted the .htaccess file even one bit, I just uploaded it as it came so I dunno why I don't have a "tours" section. Anyhow i'm not so worried about tours section as long as Zoints is able to function properly without it lol

but if this Pages section could be resolved then that would be so wonderful.