CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Location Ajax not working
Pages: 1 [2]

Author Topic: Location Ajax not working  (Read 4098 times)

wmena

  • Guest
Re: Location Ajax not working
March 27, 2009, 10:38:52 am
Issue Solved

I am using Joomla SEF and in my htaccess file, I was forcing a / at the end of my URL.  Heard this was good for SEO.  Unfortunately, it caused the index.php?.... to be added to the end of the SEF URL.

Commenting out the lines on my htaccess file (which I added) fixed the problem:

#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_URI} !\.
#RewriteCond %{REQUEST_URI} !/$
#RewriteRule (.+) /$1/ [R=301,L]

BTW... thanks for your help.  I've been using firebug for a while... but didn't realize this whole new powerful area of it that I never used.

Pages: 1 [2]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviEvent (Moderator: Yashodha Chaku) »
  • Location Ajax not working

This forum was archived on 2017-11-26.