Jump to content

.htaccess subdomain slash at end..


Huijari

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.