Joomla.it Forum
Componenti per Joomla! => Gallerie di immagini => : cotsos 25 Jan 2010, 00:53:01
-
hello, my italian is not so good so I can not find out if there is an answer to my problemo here.
My problem is that the module is not working, it does not show anything, I have the latest version of the component and module and I try to use the image rotator in the module.
any help would be appreciated
gracia
-
This problem is usualy in 1.5.15 version.
To resolve, you have only one way at moment.
Do you have to change this code in htaccess files
<Files ~ "\.xml$">
Order allow,deny
Deny from all
Satisfy all
</Files>
in this other one
## Deny access to extension xml files (uncomment out to activate)
#<Files ~ "\.xml$">
#Order allow,deny
#Deny from all
#Satisfy all
#</Files>
## End of deny access to extension xml files
Excuse me if my englis was not wery good, by
-
i applied what you said but the problem is not fixed! any idea?
thank you
-
If is not fixed on this way, i don't know.
Try to post a link of your webside.
-
OK, it worked. thank you.
-
Hi
I got the same problem, The carrousel won't start.
I do get a major error.
I've tried to change the .htacces file, but that didn't help
in permissions, everything is unwritable, accept plugins/content/ozio.php.
If you like, it's all very well visible on http://www.ttpp.nl/index.php?option=com_oziogallery2&view=04carousel&Itemid=5
Thanks in advance and sorry for my non existent italian ;)
-
my htaccess file actually worked with this config
<Files ~ "\.xml$">
#Order allow,deny
#Deny from all
Satisfy all
</Files>
and i had the menus of the component with public access.
try it and see if it works
c
-
Nope, mine looks something like this
########## Begin - Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
<Files ~ "\.xml$">
Order allow,deny
Deny from all
Satisfy all
</Files>
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
# Block out any script that includes a <script> tag in URL
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
RewriteCond %{QUERY_STRING} GLOBALS(=|\[|\%[0-9A-Z]{0,2}) [OR]
# Block out any script trying to modify a _REQUEST variable via URL
RewriteCond %{QUERY_STRING} _REQUEST(=|\[|\%[0-9A-Z]{0,2})
# Send all blocked request to homepage with 403 Forbidden error!
RewriteRule ^(.*)$ index.php [F,L]
you want me to erase all the rest as well?
-
Just did that after making a copy on my hard drve, didn't work neither :(