christopherjc1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Firefox error .html in web address (404 not found)When I got to work today, I tried it on my office PC. (My home computer is a mac) Also running firefox 11.0 and I do not have this issue.
Firefox does not add the /main.html on a windows based version of the software, but it does add it on the apple based version of the software.
Now I’m extra confused.
Forum: Fixing WordPress
In reply to: Firefox error .html in web address (404 not found)11.0 latest version
Forum: Fixing WordPress
In reply to: Wrong Front Page / 404 not foundwell, now I feel stupid. typing the url in directly does work, this issue was a typo on my part when creating the page.
I am still stuck on getting wordpress to direct to the front page that I specify in settings > reading
Forum: Fixing WordPress
In reply to: Wrong Front Page / 404 not found# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Forum: Fixing WordPress
In reply to: Wrong Front Page / 404 not foundOk, I’ll read through those when I’m out of class.
I wanted to rebuild my site anyways, so when I was hacked, I erased everything from my server and added a new wordpress installation on an empty server.