Page 1 of 1

Pretty Urls problem

Posted: Fri Sep 05, 2014 6:58 pm
by brando
Hello,

My problem is that I have a directory on the server with CMS Made Simple and .htaccess file redirects to this directory (this works well). CMS Made Simple also works well, but in the address appears in the name of the directory. For example: domain.com/subdirectory/subpage. I would like to remove a subdirectory of the address. How to do it?

Sorry for my bad english.

Regards,
brando.

Re: Pretty Urls problem

Posted: Sat Sep 06, 2014 10:48 am
by psy

Re: Pretty Urls problem

Posted: Sat Sep 06, 2014 3:26 pm
by brando
Thanks, it works, but not quite. It's the fault of my server - its architecture does not allow you to use the tmp directory :( Through this page does not load css styles. You can rename the tmp directory, eg. to temp?

Re: Pretty Urls problem

Posted: Sat Sep 06, 2014 8:39 pm
by psy
Did you clear the cache?

Also remember to change the htaccess file to show your sub-directory name where I used 'cms' and update your config.php file $config['root_url'] to show your top level domain name.

Re: Pretty Urls problem

Posted: Sat Sep 06, 2014 9:55 pm
by brando
Yes, I cleared the cache and did everything that was given in this manual. Everything works as it should only be a problem with loading the css styles. My hosting also uses tmp directory and here is the problem. Is there any way to change the name of the tmp directory?