How do I make .htaccess work on the current directory and not subdirectories?
snippet in htaccess
How do I make .htaccess work on the current directory and not subdirectories?
user9610
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI}.php -f
RewriteRule .* $0.php [L]