I have impression that I've tried every possible combination
of following two files associated with CMSMS and the best result was
nicely rewritten url with 404 page..
Since my brain is now quite "boiled", I would be greatful if someone can take a look please and i hope see something that am missing..
Additional lines in config.php are;
Code: Select all
$config['url_rewriting'] = 'mod_rewrite';
$config['page_extension'] = '/';
$config['use_hierarchy'] = true;
$config['query_var'] = 'page';
Code: Select all
Options +FollowSymLinks
RewriteEngine on
RewriteBase /
# 301 Redirect all requests that don't contain a dot or trailing slash to
# include a trailing slash
# except for form POSTS
RewriteCond %{REQUEST_URI} !/$
RewriteCond %{REQUEST_URI} !\.
RewriteCond %{REQUEST_METHOD} !POST$
RewriteRule ^(.*) %{REQUEST_URI}/ [R=301,L]
# Rewrites urls in the form of /parent/child/
# but only rewrites if the requested URL is not a file or directory
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?page=$1 [QSA]
Thanks
CMSMS 1.10.3
Banners 2.5.2
CGBlog 1.8.2
CGExtensions 1.27.7
CGSimpleSmarty 1.4.10
CMSMailer 2.0.2
CMSPrinting 1.0
FileManager 1.2.0
JQueryTools 1.0.10
MenuManager 1.7.7
MicroTiny 1.1.1
ModuleManager 1.5.3
NMS 2.3.8
News 2.12.3
Search 1.7
Showtime 2.0.5
Statistics 1.1.3
ThemeManager 1.1.4
TinyMCE 2.9.5
jQuery 1.2.0