Search found 3 matches
- Wed Nov 19, 2008 10:12 am
- Forum: CMSMS Core
- Topic: Using mod_rewrite with .html extension
- Replies: 6
- Views: 1098
Re: Using mod_rewrite with .html extension
I managed to fix it, was my silly fault. I was uploading the wrong .htaccess to begin with, it was a comedy of errors, too many loose files from too many half completed projects. But now its all fixed. The next step is finding a good template. I checked the full templates area, and they appear to be...
- Wed Nov 19, 2008 8:52 am
- Forum: CMSMS Core
- Topic: Using mod_rewrite with .html extension
- Replies: 6
- Views: 1098
Re: Using mod_rewrite with .html extension
Tried it again, left out the .html, no differance, still forbidden error
- Wed Nov 19, 2008 2:20 am
- Forum: CMSMS Core
- Topic: Using mod_rewrite with .html extension
- Replies: 6
- Views: 1098
Using mod_rewrite with .html extension
Hi, Installed the software and everything was going groovy until i tried to enable SEF urls. I set the parameters as follows in the config.php $config['assume_mod_rewrite'] = true; $config['page_extension'] = '.html'; $config['internal_pretty_urls'] = false; $config['use_hierarchy'] = true; $config[...