Search found 2 matches

by zircle
Tue Nov 04, 2008 9:21 pm
Forum: CMSMS Core
Topic: Cant login after .htaccess redirect
Replies: 6
Views: 2201

Re: Cant login after .htaccess redirect

I had the same problem, i solved it by editing one line in the config.php file. At approximately line 74 (at least it was in my config.php file), i changed the follwing: $config['root_url'] = 'http://site.net'; to: $config['root_url'] = 'http://www.site.net'; afterwards i could login again  ;D
by zircle
Wed Oct 29, 2008 7:54 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: .htacces redirect issue
Replies: 1
Views: 1182

.htacces redirect issue

I have a little problem. Iv'e set up my CMSMS to show "pretty urls" first i created a .htaccess file and entered the following code: # 301 Redirect all requests that don't contain a dot or trailing slash to # include a trailing slash RewriteCond %{REQUEST_URI} !/$ RewriteCond %{REQUEST_URI...

Go to advanced search