Allow access to component file - Joomla! Forum - community, help and support
hi, developing joomla 2.5 component , run problems:
it seems in htaccess file set forbid access php files inside /components folder. component needs have 1 file accessed external application (that file receive requests external servers/domains).
one solution somehow change htaccess during installation of component, think stupid , unsecure thing do.
other idea place file root folder of site, how make installation (maybe change/add in main xml file or...)?
it seems in htaccess file set forbid access php files inside /components folder. component needs have 1 file accessed external application (that file receive requests external servers/domains).
one solution somehow change htaccess during installation of component, think stupid , unsecure thing do.
other idea place file root folder of site, how make installation (maybe change/add in main xml file or...)?
are hou using ajax comunicate external sites? route through index.php , don't use stand alone files.
Comments
Post a Comment