Jul 082009
- Guarantee Web site malware removal (joomla, drupal, wordpress etc) - don't let your business get down due to virus, malware and blacklist problem.
- Recommended Web Hosting to help you doing business online with high performance. : Support ioncube, zend and all other hosting by default.
- Get free wordpress website transfer : up to 4 domains Find out more .... Click here to see other user testimonial
A few visitor complain me for ‘file not found‘ when they click on download link.
After think for a while I have the solution, refresh the .htaccess file.
Here step by step guide how to refresh .htaccess after move to new host :
1. Rename .htaccess to another name
mv .htaccess .htaccess_old
2. Recreate .htaccess using ‘permalinks‘ menu that available in Settings.

3. Check it
# ls -al | grep htaccess
-rw-r–r– 1 winhowsn winhowsn 205 Jul 8 05:56 .htaccess
-rwxr-xr-x 1 winhowsn winhowsn 7567 Jul 8 05:48 .htaccess_old*
4. See .htaccess content
# cat .htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
great, download url working again.
Related posts:

Sorry, the comment form is closed at this time.