mir.solutions
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalinks not working…I have started the 32 bit machine installed mysql (fresh install), installed phpmyadmin and then installed wordpress 3.0.1 by simply unzipping the files in /var/www/wpsite folder.
Without any further changes or additions I tried permalinks and got the same broken links result…
Oh Boy!!!!!
It must be something really simple and tiny I believe..
Forum: Fixing WordPress
In reply to: Permalinks not working…Thank you for checking back in:
Here is a paste from the console:
debian64:/etc/apache2# cat httpd.conf LoadModule rewrite_module modules/mod_rewrite.so debian64:/etc/apache2# /etc/init.d/apache2 restart Restarting web server: apache2[Tue Aug 10 13:17:18 2010] [warn] module rewrite_module is already loaded, skipping ... waiting [Tue Aug 10 13:17:20 2010] [warn] module rewrite_module is already loaded, skipping . debian64:/etc/apache2#- Location of httpd.conf is /etc/apache2
I am using debian 64-bit could that be the cause of the problem?
I am going to fire up my 32-bit debian and test it there and see if there is any different option.
Forum: Fixing WordPress
In reply to: Permalinks not working…@samuel: The httpd.conf is empty. I added the line earlier (and again after reading your post). It does not work, if I restart the apache server i get the warning that mod_rewrite is already loaded.
PS: I changed the path to the module:
LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.soThank you for your reply, any other suggestions?