Quote Originally Posted by HostImage.ca View Post
Just a query.. Is it godaddy hosting?
They have pretty strict .htaccess rewrite restrictions.
(They let you use it within the root directory of your hosting account only.)

Or try

RewriteRule ^([^/]+)/?$ index.php?q=$1
(ensure that 'q' is really the value your lookign for..)
Its working fine with shared hosting, the problem now is with my vps (not godaddy)

will try your code

updated: still no luck
MediaStar Reviewed by MediaStar on . How to rewrite module in apache? Guys, im doing testing for my PLG script. Tested on shared hosting + cPanel its working fine. But the problem now is when im install apache + php5 without cpanel on my vps, site is working fine but not fully function. I can generate the link but cannot download it, error not found the file. My script need to rewrite this: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^static/(.*) index.php?q=$1 Rating: 5