1. Guarantee Web site malware removal (joomla, drupal, wordpress etc) - don't let your business get down due to virus, malware and blacklist problem.
  2. Recommended Web Hosting to help you doing business online with high performance. : Support ioncube, zend and all other hosting by default.
  3. 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.

sucuri long Refresh .htaccess after move to new host

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.

create permalink Refresh .htaccess after move to new host

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.

hg Refresh .htaccess after move to new host

Related posts:

  1. How to create modify .htaccess file with cpanel
  2. Moving hostingformula.info : from ssh enabled host to cpanel enabled host
  3. Migrating from hostmonster to fastdomain
  4. Step by step guide install Silver Stripe On WampServer
  5. Moving WordPress Blog to new host

Sorry, the comment form is closed at this time.

   
© 2011 Hosting Formula Suffusion theme by Sayontan Sinha