I am moving a casino site form html to Wordpress. The html url's end with a trailing "/" and I cannot get wordpress to do that.
I tried adding this to my .htacess file but it didn't work -
I supposed I could just 301 the old url's, but would rather learn to make this work.Code:# rewrite pages to use a trailing slash #RewriteCond %{REQUEST_FILENAME} !-f #RewriteCond %{REQUEST_URI} !index.php #RewriteCond %{REQUEST_URI} !(.*)/$ #RewriteRule ^(.*)$ /$1/ [L,R=301]













LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks