Hi friendly forum folks,
First, I've read a LOT before posting this. I read the forum welcome, and a whole bunch of posts relating to what I'm doing, but none seemed to solve it. I wouldn't dare post unless I had done my homework, and I think it's safe to say I have.
It's the same old story I've seen a few times here:
I enabled multisite, following all steps carefully.
I added a site.
The dashboard for that site gives me a 404 error.
Here's the background - I'm running a LAMP server myself. I have full control and access, but I'm a linux noob.
My .htaccess file doesn't show up in linux's builtin browser, but I can get to it through firefox's browser. The code for it is:
I tried setting the permissions of my .htaccess and
And my httpd.conf to 777. That didn't seem to help the problem, but did allow me to edit the httpd.conf.
I added the following code to the httpd.conf myself, in random hopes that it would help.
<Directory />
AllowOverride All
</Directory>
Any ideas? Thanks in advance...