godaddy page not found using pretty url

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
giggler
Forum Members
Forum Members
Posts: 197
Joined: Tue Oct 09, 2007 7:08 am

godaddy page not found using pretty url

Post 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
pamelina
Forum Members
Forum Members
Posts: 69
Joined: Mon Nov 05, 2007 4:05 pm

Re: godaddy page not found using pretty url

Post 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 ...
giggler
Forum Members
Forum Members
Posts: 197
Joined: Tue Oct 09, 2007 7:08 am

Re: godaddy page not found using pretty url

Post 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....
Pierre M.

Re: godaddy page not found using pretty url

Post 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.
Locked

Return to “[locked] Installation, Setup and Upgrade”