News:

Support the VirtueMart project and become a member

Main Menu

htaccess problem

Started by yvoshkiro, June 05, 2013, 09:14:40 AM

Previous topic - Next topic

yvoshkiro

Hi ,

i am having problems with thumbnails and links.
i also found what causes this problem.

i have a htaccess file with following code for security reasons :

<Files *.php>
deny from all
</Files>
<Files ~ "(^index.php|^index2.php)$">
allow from all
</Files>

so i guess i should put a htaccess file in some crusial virtuemart folder to allow access.

could someone help me with this?

i allready tried putting a htaccess file with

Satisfy Any
Allow from all

in the administrator folder but no luck.


Thanks in advance !

karuppiah

In the Joomla root folder change htaccess.txt to .htaccess
karuppiah