Order Allow,Deny
<FilesMatch "^toon\.php$">
Allow from all
</FilesMatch>
That is probably the most efficient that you can get.
Related Contents:
- Access-Control-Allow-Origin Multiple Origin Domains?
- How can I use .htaccess rewrite to redirect root URL to subdirectory?
- .htaccess redirect all pages to new domain
- How does RewriteBase work in .htaccess
- Redirect non-www to www in .htaccess
- htaccess Access-Control-Allow-Origin
- Deny all, allow only one IP through htaccess
- .htaccess mod_rewrite – how to exclude directory from rewrite rule
- How to deny access to a file in .htaccess
- .htaccess – how to force “www.” in a generic way?
- How to use a RELATIVE path with AuthUserFile in htaccess?
- Server unable to read htaccess file, denying access to be safe
- What does $1 [QSA,L] mean in my .htaccess file?
- How to remove .htaccess password protection from a subdirectory
- Header set Access-Control-Allow-Origin in .htaccess doesn’t work
- How to echo out from .htaccess?
- Break up a long line in a .htaccess file
- to www or not to www [duplicate]
- Configuring favicon with expires header in htaccess
- How to solve “ExpiresActive not allowed here” error message in .htaccess file?
- Internal Server Error from htaccess caused by Invalid command ‘Header’
- What is L in [QSA, L] in htaccess
- htaccess – How to force the client’s browser to clear the cache?
- How to Specify “Vary: Accept-Encoding” header in .htaccess
- .htaccess redirect www to non-www with SSL/HTTPS
- .htaccess deny from all
- urlencoded Forward slash is breaking URL
- .htaccess Remove WWW from URL + Directories
- .htaccess redirect all pages to the homepage on a new domain
- .htaccess / .htpasswd bypass if at a certain IP address
- How to get MAMP to read .htaccess files
- robots.txt and .htaccess syntax highlight
- Is there an alternative to .htaccess for GitHub Pages?
- Rewrite URL after redirecting 404 error htaccess
- Password protect a specific URL
- What exactly does the Multiviews options in .htaccess?
- How do you redirect all request to public/ folder in laravel 5
- Password protecting a directory and all of it’s subfolders using .htaccess
- symfony2 rewrite rules .htaccess app.php
- Make .git directory web inaccessible
- Create subdomains on the fly with .htaccess (PHP)
- Do you have to restart apache to make re-write rules in the .htaccess take effect?
- htaccess exclude one url from Basic Auth
- Https to http redirect using htaccess
- Forbidden You don’t have permission to access / on this server [closed]
- .htaccess/.htpasswd 500 Internal Server Error
- Make index.html default, but allow index.php to be visited if typed in
- htaccess deny from all
- Set an environment variable in .htaccess and retrieve it in PHP
- htaccess 301 redirect – Remove query string (QSA)