removing forward slash in .htaccess
- by user1083644
I am using Jobbersbase for my online job portal. In which i have given link to my main webpage page like this http://www.mydomain.com/aboutus.html, but its not working because the link is taking '/' at the end http://www.mydomain.com/aboutus.html/
I tried adding RewriteCond %{REQUEST_FILENAME}\.html -f in .htaccess , if i add that other links…