lic2thrill
Forum Replies Created
-
Forum: Networking WordPress
In reply to: How can I place a closing slash at the end of my "Home" url?Fixed it! The problem was with tied into a missing header problem. Apparently, I got hit with a virus that tried to insert malicious code into the function.php file and the theme template I was using. Once I deleted the spaces. Everything went back to working as it should. 🙂
Thanks again! 🙂
L
Forum: Networking WordPress
In reply to: How can I place a closing slash at the end of my "Home" url?OK. I’ve gone through the Settings -> General in the backend. No luck there. (Thanks just the same. 🙂 I’ve included my .htaccess file. Anyone have any idea where I would put the closing slash in the code below to “force” a closing slash “/” at the end of the “Home” url on the “Home” tab and the logo? “http://proutandcompanies.com/Blogs/leftOcenter”
“RewriteEngine On
RewriteBase /Blogs/
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]”Thanks again,
L
Forum: Networking WordPress
In reply to: How can I place a closing slash at the end of my "Home" url?Thanks, Andrea. I’ll look into it. 🙂
L