eaziweb is a simple blog where a web developer/computer professional will find the solution for his day to day problem.
I have a better solution. I’ve decided to go a bit in details for those who need it. Take a look and read on.
# Apache Rewrite Rules <IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine On RewriteBase / # Add trailing slash to url RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !(\.[a-zA-Z0-9]{1,5}|/|#(.*))$ RewriteRule ^(.*)$ $1/
I have a better solution. I’ve decided to go a bit in details for those who need it. Take a look and read on.
Read more