7.0.4 installation - Modules installed - BUT...

I have been installing the 7.0.4 - and when I install the modules - I get the following errors. I have read to documentation, and looked through the forums.. Any help would be appreciated.

http://www.<name deleted>.com/m/articles/index/ <returns>  Oops! This link appears to be broken.

I have reinstalled, read the installation documents, and still not luck.. I am not sure what the issue is... but I am missing something...

 

Kirk


 


Quote · 17 Jan 2011

Articles is the only one that does it?  I was going to say mod_rewrite but if this is the only one, then perhaps the article files didnt get transferred over properly.  Just some ideas out on the table.

:-)
Quote · 17 Jan 2011

No - none of them work. I am sorry, I should have clarified. I am also on Ubuntu 10.10.

Its rather amazing..  I will verify that mod-rewrite is on...

I have included the phpinfo() output.

 

Kirk

php-config.pdf · 172.6K · 77 downloads
Quote · 17 Jan 2011

resolved.... The follow piece of article - helped resolve this issue.

new apache follow some folders to enable and desuable mods.
so now do this:

cd /etc/apache2/mods-enabled
touch rewrite.load
gedit rewrite.load (you may use any editor to edit this file)

now paste this following line - verify that it looks likes this...

LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so

Then edit /etc/apache2/sites-available/000-default

Find the following

Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all

and change it to

Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order allow,deny
allow from all

and finally restart Apache

Quote · 17 Jan 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.