Huijari Posted October 22, 2010 Share Posted October 22, 2010 Sorry if this is wrong place, I did not see anything else. So I have this on the .htaccess: RewriteEngine On RewriteCond %{HTTP_HOST} ^(www\.)?sub\.site\.net RewriteCond $1 !^sub/ RewriteRule ^(.*)$ sub/$1 [L] It works very well, except when you type in url eg. sub.site.net/folder Then it will change the url to sub.site.net/sub/folder But it works fine if you type sub.site.net/folder/ You can see the trailing slash on end. Is there any solutions for this? Link to comment https://forums.phpfreaks.com/topic/216549-htaccess-subdomain-slash-at-end/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.