Forums
(@burgerdoctor)
14 years ago
I made a completely new post and it seemed to work. I guess that makes sense.
14 years, 2 months ago
I checked the httpd.conf and it is loading it. Also, wouldn’t I get an error loading the website if mod_rewrite was not enabled with the current .htaccess file?
RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L]
Yes, it does. How do I make it back to what I had?
14 years, 3 months ago
The wp_head was missing in my header.php so the style sheet was not loaded. After adding it in the two columns worked.
I have the same issue. I have 330 pixels across so that should be plenty.