Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
  • Register
Welcome to the Q&A for Question2Answer.

If you have questions about the platform, click here to ask and please use English.

If you just want to try Q2A, please use the demo, which also grants admin access.

Apr 29: Q2A 1.5.2

.htaccess file URL rewrite not working in 1.4 Beta 1.

+4 votes

I am running Apache 2.2 and PHP 5 on Windows Server 2003 R2 with 1.4 Beta 1. I am trying to get the most user and SEO friendly URL option to appear, but it does not.  When I change “AllowOverride None” to “AllowOverride All” in the Apache config file, as per the instructions, I get the error: “Internal Server Error; The server encountered an internal error or misconfiguration and was unable to complete your request.”  I was able to resolve this error by uncommenting out this line from the httpd file:
LoadModule rewrite_module modules/mod_rewrite.so
However, the URL rewrite is still not working after rebooting the server and the top two URL options are not available:
 

asked May 27, 2011 in Q2A Core by banders
edited May 30, 2011 by banders
I'm not sure why the .htaccess file is incompatible with your server setup, since I've validated it as containing no errors.

Your Apache error_log file will probably contain a clue, so please check that and post what you find.
There is nothing in the error log files except normal activity: Starting the Apache2.2 service
The Apache2.2 service is running.
] Apache/2.2.17 (Win32) configured -- resuming normal operations

Any other ideas?

Please log in or register to answer this question.