skip to Main Content

.htaccess can't add directory slash – SEO

So I've been trying to rewrite my php URLs with .htaccess so that they are more SEO/user friendly. Here is my code: RewriteBase / Options +FollowSymLinks -MultiViews DirectorySlash On RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-l…

VIEW QUESTION
Back To Top
Search