Wedge

Public area => Bug reports => The Pub => Archived fixes => Topic started by: Dismal Shadow on November 5th, 2012, 09:58 AM

Title: Prettify Action URLs
Post by: Dismal Shadow on November 5th, 2012, 09:58 AM
If you have Prettify Action URLs enabled, all actions will get this error "The requested URL /Wedge/do/admin/ was not found on this server."

It's pretty inaccessible everywhere expect for the main page.

Using WampServer.

EDIT: Had to use "?action=admin;area=featuresettings;sa=pretty;save" to get back.
Title: Re: Prettify Action URLs
Post by: Arantor on November 5th, 2012, 03:37 PM
Sounds like the .htaccess file is missing.
Title: Re: Prettify Action URLs
Post by: agent47 on November 5th, 2012, 04:22 PM
Same issue here. I checked and the .htcaccess file exists for me and yet almost every part of the forums seems to be inaccessible.
Title: Re: Prettify Action URLs
Post by: Arantor on November 5th, 2012, 04:24 PM
And mod_rewrite is installed?
Title: Re: Prettify Action URLs
Post by: Dismal Shadow on November 5th, 2012, 04:47 PM
Enable rewrite_module in Apache does the trick.
Title: Re: Prettify Action URLs
Post by: Pandos on November 14th, 2012, 01:40 PM
I', using cherokee webserver. There's no suport for .htaccess or mod rewrite. Have to setup rules manually.
Question: if i enable PrettyUrls there is no change in .htaccess to get the code i need to finish my rewrites.
Where can i find it?
Title: Re: Prettify Action URLs
Post by: Auk on November 14th, 2012, 02:15 PM
Quote
I', using cherokee webserver. There's no suport for .htaccess or mod rewrite. Have to setup rules manually.
If you setup the rules to the point it works really well with this software, it may be a good idea to post it here (the necessary bits) so Cherokee users would have an easy time setting up Wedge.
Title: Re: Prettify Action URLs
Post by: Pandos on November 14th, 2012, 02:31 PM
It's not only related to cherokee. Nginx also. And yes i will post this setup rules here. :)