Some more info from MT Mark
"Jennifer C
Ah got it
Looks like in your .htaccess, Joomla calls your ajax with this rule:
RewriteEngine on
#RewriteRule ^([^.]+)(?<!/)$ /$1/ [R=301,L]
RewriteCond %{REQUEST_URI} ^\/ajax*
RewriteRule (.*)$ /controller.php [L]
To call index.php you would need this
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/index\.php/
RewriteRule ^index.php/(.*) /$1 [R,L]
Oddgeir Lium
Any chance you can edit?
...or do I have to adress back to StackIdeas?
Jennifer C
Unfortunately not since it is policy for us not to edit or delete anything from the server. Since this has to do with site content/code, you will need to contact your developer concerning this
Oddgeir Lium
I might be the developer, but I guess I ask StackIdeas for help. Anyway, do you think this is the info they need?
Read
Jennifer C
7:58 pm
Yes this is for sure the information make sure you provide it to them
Hope this narrow it down a little Mark, and that you are able to help me
Oddgeir
By the way; we are totally on a different timesone