Klutzys1
Member
Posted 1 year ago #
Howdie friends,
I'm hopping someone can add some insight as to what the heck I did wrong. I've worked hard on my new blog and the home page is shaping up but no matter what page or post I click on I get (404 Error File Not Found)
Since this is blog 1 of a multisite blogs I put it in the root folder and the 2nd one will be like:
http://www.rockofhorror.com 1st blog
http://www.rockofhorror.com/secondblog 2nd blog
Any advice would be greatly appreciated. I really want this to work :)
Tam
If you put everything you were instructed to in the htaccess file, and posts don't even work - then the htaccess file isn't being read.
Let your host know you're using it, and they'll go kick the server & make it behave.
Klutzys1
Member
Posted 1 year ago #
Thanks Andrea_r,
Yep we have determined it has to be the .htaccess file because I made a goof in it the other day and it took down all my blogs. BlueHost helped me with the main blog in question and well I'm not sure about this one. Here is the code but I guess I better go back from the beginning and make sure I do it right this time errrr :)
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]
# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]
# END WordPress
<Files 403.shtml>
order allow,deny
allow from all
</Files>
deny from 71.99.74.121
deny from 64.255.180.
deny from 96.243.151.
deny from 71.99.74.
deny from 96.243.151.160
deny from 209.236.250.
deny from 71.99.74.255