ProsePoint Express: hosted newspaper website content management software

Clean URLs

4 replies [Last post]
abkoshi
User offline. Last seen 2 years 4 weeks ago. Offline
Joined: 03/03/2009
Posts:
While installing ProsePoint 0.22 with XAMPP, I am getting an error  'ProsePoint requires a web server that supports clean urls.'  during configure site. How do I get over this error.
beng
User offline. Last seen 1 week 3 days ago. Offline
Joined: 27/02/2009
Posts:
You have to enable the module

You have to enable the module mod_rewrite. It's a standard component of apache, so it should already be part of XAMPP. You only have to configure it to be available.

abkoshi
User offline. Last seen 2 years 4 weeks ago. Offline
Joined: 03/03/2009
Posts:
Well, do you have any idea as

Well, do you have any idea as how to enable it? I wouldnt ask you if I know it. Please let me know how to configure (which file?).

 

beng
User offline. Last seen 1 week 3 days ago. Offline
Joined: 27/02/2009
Posts:
Sorry, I'm not familiar with

Sorry, I'm not familiar with the intricacies of XAMPP. You'll probably get more accurate information by searching google for it.

abkoshi
User offline. Last seen 2 years 4 weeks ago. Offline
Joined: 03/03/2009
Posts:
Well XAMPP is just like any

Well XAMPP is just like any other sever with Apache, PHP, MySql,PSql and so on. I have found out how to enable the module rewrite through Google. But surprisingly it was already enabled. I decided to re-install so I started http://localhost/prosepoint  and this time I have landed in Drupal.

Now I re-installed XAMPP and this time I did only a single change in the configuration files. I changed the max_execution_time = 600 in php;ini. But I didnt do any other changes mentioned in your reconmendations like AllowOverride or session.cache_limiter. It worked.

Thank You