PDA

View Full Version : The page cannot be found


shares
02-05-2006, 10:48 PM
Hello, having a problem with new install.
I create the category Foo, and it shows up in the top level as expected.
Now I click on Foo and I get 'The page cannot be found', with the url mydomain.com/directory/Foo
Indeed, the Foo directory never got created.

Permissions and ownership all look good.
Apache2 / Fedora

Please help
Thanks

David
02-05-2006, 11:20 PM
It appears your .htaccess file is missing (or blank) or that mod rewrite is not available on the server....likely the first.

The only other odd part is Apache 2.0 is not very widely used yet.

shares
02-06-2006, 12:13 AM
Thanks for the quick reply.

Indeed you were correct about the missing .htaccess file. I have re-untarred the distribution, and .htaccess is now present.

But to my surprise, the problem persists. Apache has been restarted...

mod_rewrite is installed, I'm already using it, and it works fine.

Nothing in php.error.log. Tried turning on debugging in smarty, but console never showed up.



Thanks