Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

JoomSEF and virtual hosts problem
(1 viewing) (1) Guest
Support forum for users using free edition of JoomSEF 3 (Joomla 1.5 compatible). These forums are mainly for mutual help between users.

Please note that due to our capacity limitations, we do not monitor these forums regularly.
  • Page:
  • 1

TOPIC: JoomSEF and virtual hosts problem

JoomSEF and virtual hosts problem 17 years, 7 months ago #232

  • Nicolas Moyroud
Hello,

I installed JoomSEF on my Joomla, but it simply don't work at all.
I followed all your instructions several times (install & re-install).
.htaccess file copied from your doc, 3rd party section uncommented, global Joomla SEF set to on, and JoomSEF too
I'm working with several joomla sites installed on one server using apache virtual hosts, so i tried to play with RewriteBase. For example, I have site1.host.com and site2.host.com in /var/www/site1 and /var/www/site2. I made 2 virtual hosts in my httpd.conf.
What do I need in /var/www/site1/.htaccess for my RewriteBase ?
When I look in error.log of apache, I see :
File does not exist : /var/www/site1/contact/view.html when I click on the URL site1.host.com/contact/view.html
It seems that the URL is not translated by rewrite rules... I don't understand.
Can you help me ?

Thanks.

Re:JoomSEF and virtual hosts problem 17 years, 7 months ago #239

  • Nicolas Moyroud
Ok I found the problem
In my http.conf, directive AllowOverride needs to be set All for the .htaccess file directory

<Directory /var/www/site1>
AllowOverride All
Order allow,deny
Allow from all
</Directory>

Now it takes into account the .htaccess file and url rewriting works.
I think it would be a great idea to indicate this in your installation documentation. It could save a lot of time to people which will have the same problem as me.
However thank you very much for this great Joomla component and sorry for bad english :-)
Bye

Nicolas
  • Page:
  • 1
User Login Empty