Actually, activating Permalinks broke your test site.. we need to edit .htaccess to get it back.
Somebody should be pissed at your host company.
Pages not fully loading
Started by
sensimedia
, Apr 01 2011 07:54 PM
23 replies to this topic
#21
Posted 06 April 2011 - 10:57 PM
#22
Posted 06 April 2011 - 11:22 PM
I usually host clients on my own rented rack server but these guys are on an Earthlink account. I have access to the .htaccess if you can tell me what to change, edit or add.
I'm at zero hour on this and should've moved on by now but I'm hoping this can still be salvaged...
#23
Posted 07 April 2011 - 02:32 AM
Anything?...
#24
Posted 07 April 2011 - 06:38 PM
Well this is the default WP .htacess file
`
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
`











