If, for some reason, your .htaccess file is not in the zip file, open a blank text file and copy/paste the following WITHOUT the line spaces or the BEGIN HERE and END HERE (Note: your .htaccess file goes in the main directory/folder of the site): ---- BEGIN HERE ---- #php_value error_reporting 0#DirectoryIndex main.phpRewriteEngine OnRewriteRule video/([^/]+)?$ index\.php?video=$1 [L]RewriteRule tag/([^/]+)?$ index\.php?tag=$1 [L]RewriteRule tag/([^/]+)/([^/]+)?$ index\.php?tag=$1&page=$2 [L]RewriteRule tag/([^/]+)/([^/]+)/([^/]+)?$ index\.php?tag=$1&page=$2&sort=$3 [L] ---- END HERE -----