Jump to content

Recommended Posts

Posted

Hi..

Im trying to get ProcessWire up and running, but I keep running into a wall.

I configured the Lion server so it handles .htaccess files, and checked if mod_rewrite is there.

Im running the installing process og ProcessWire perfectly, but when It comes to the live site and admin part.

I keep getting:

404 Not Found from the server..

I think its something with the url rewrite that goes wrong..

I would we happy if some one can point me to a solution, because I really like to try ProcessWire.. (Getting tired og WordPress and Joomla.)

Thanks in advance..

Bjørn Christiansen aka ChrisB

Posted

did you set "AllowOverride All" to enable the .htaccess ?

<Directory "/path/to/folder/">

Options MultiViews

AllowOverride All

Order allow,deny

Allow from all

</Directory>

Posted

Hi and welcome to the forums.

Or try enter something wrong in the .htaccess like "&djsjoocklsc" and see if it throws a 500 server error.

Posted

Hi guys...

It was some config error in my httpd.conf file..

Its doing some other stuff that I did not know, when you are running the Server extension..

Thanks for the fast reply's.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...