I want to add slash end of the url after remove .php from file. For ex. www.xyz.com/abc/
I have used below .htaccess
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php**strong text**