Search found 1 match

by indy1979
07 Mar 2011, 23:23
Forum: Help
Topic: get rid of /otrs/ in url
Replies: 8
Views: 18276

Re: get rid of /otrs/ in url

Could also use an .htaccess file...

Here's mine:

Code: Select all

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} !^/otrs
RewriteRule (>*) /otrs/$1