Zwebble
03-01-2014, 06:32 PM
This is my site ----->http://pokemontyphoon.x10.bz. it was installed successfully but all the links are 404 errors.
IntoRain
03-01-2014, 06:52 PM
This was because of an empty .htaccess file, the fix is to copy the contents to it:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{HTTP_HOST} ^www\.(.*) [NC]
RewriteRule ^ http://%1%{REQUEST_URI} [L,R=301]
RewriteCond %{REQUEST_URI} !\.(js|css|gif|jpg|png|ico)$ [NC]
RewriteRule ^(.*)$ index.php [QSA,L]
RewriteRule ^get/([0-9]+).gif$ /click/siggy/$1 [L]
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.