Search found 1 match

by regina
Mon 1. Jul 2013, 23:54
Forum: phpwcms Installation Troubleshooting English
Topic: Upgraded from 1.4.7 to latest, nav toolbar doesn't work
Replies: 5
Views: 23905

Re: Upgraded from 1.4.7 to latest, nav toolbar doesn't work

Please have a look into your new .htaccess:

# Installed in Document Root www.example.com/
RewriteRule ^([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)\.([0-9]+)\.html$ /index.php?id=$1,$2,$3,$4,$5,$6&%{QUERY_STRING}
RewriteRule ^(.+)\.html$ /index.php?$1&%{QUERY_STRING}

# Installed in ...