cajkan
Active Member
Hello VL community,
Currently im running 3 websites, i was testing lots of stuff and i couldnt solve this issue.
Im keep getting on my 3 websites same problem " Duplicate Title Tags "
Example:
website.com
website.com/index.php
http://gyazo.com/e314bc1f4a634c3842bdbf956532821f
Maybe needs .htaccess fix?
Or maybe i need to make 301 redirect into the htaccess file ?
Thank you
Currently im running 3 websites, i was testing lots of stuff and i couldnt solve this issue.
Im keep getting on my 3 websites same problem " Duplicate Title Tags "
Example:
website.com
website.com/index.php
http://gyazo.com/e314bc1f4a634c3842bdbf956532821f
Maybe needs .htaccess fix?
Or maybe i need to make 301 redirect into the htaccess file ?
Code:
################ Require ending trailing slash
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !(\.[a-zA-Z0-9]{1,5}|/)$
RewriteRule ^(.*)$ %{REQUEST_URI}/ [R=301,L]