1st September 2010: Developed 825 websites; Servicing Daily 5,100 Websites!
If you would like to provide access to a number of php files via the joomla wrapper menu item you can use some code in the external script:
RewriteEngine Onchange domain.com with your real domain and set!
RewriteBase /
# Blocking direct access
RewriteCond %{HTTP_REFERER} !^http://www.domain.com/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://domain.com/.*$ [NC]
RewriteCond %{REQUEST_URI} ^.*index\\.php$
RewriteRule .* - [F]