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
godaddy page not found using pretty url
Re: godaddy page not found using pretty url
@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 ...
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
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
If you had it working in a subdir it certainly had some RewriteBase /subdir which should be RewriteBase / when moved up.
Pierre M.
Pierre M.