Php Scripts

Search Engine Optimization

Turbo Website Review Install Problem (Solved)

If you are getting 500 server error while installing this script, please replace your htaccess file in your root directory with the one below. exact solution   RewriteEngine on <FilesMatch "\.(inc|sql|bak|dat|ini|tdata|sdata|addonpk)$"> Deny from all </FilesMatch> <IfModule mod_deflate.c>     <filesMatch "\.(js|css|html|php)$">         SetOutputFilter DEFLATE     </filesMatch> </IfModule> <IfModule mod_rewrite.c>  RewriteCond %{THE_REQUEST}...
Read More