Page 1 of 1

godaddy page not found using pretty url

Posted: Mon May 04, 2009 5:45 pm
by giggler
Using godaddy, not by choice. Anytime I have ['assume_mod_rewrite'] = true; the interior pages all have "page not found". If I put that as false, then it will work like this:

/index.php?page=how-cmsms-works

I'm trying to get this to work:
/how-cmsms-works

Re: godaddy page not found using pretty url

Posted: Mon May 04, 2009 5:56 pm
by pamelina
@giggler,

You need to modify .htaccess file in root directory where CMSms is installed, also your server needs to support mod_rewrite ... in web server ...

Re: godaddy page not found using pretty url

Posted: Tue Jun 09, 2009 8:17 pm
by giggler
I did this and finally got it to work in a subdirectory but for some reason once I move the files to the root, using mode_rewrite doesn't work again, it gives "page not found"... using internal pretty url works though....

Re: godaddy page not found using pretty url

Posted: Mon Jun 15, 2009 7:37 pm
by Pierre M.
If you had it working in a subdir it certainly had some RewriteBase /subdir which should be RewriteBase / when moved up.

Pierre M.