Hi,
I inserted the code as outlined in my httpd.config file in my root directory (not system) folder as directed in the related wiki.
RewriteEngine on
RewriteCond $1 ^(search|bis|P[0-9]{2,8}) [NC]
RewriteRule ^(.*)$ /index.php/$1 [L]
RewriteEngine On
RewriteCond $1 ^({exp:query sql="SELECT group_name FROM exp_template_groups"}{group_name}|{/exp:query}P[0-9]{2,8}) [NC]
RewriteRule ^(.*)$ /index.php/$1 [L]
I chaned the index.php as outlined in the admin section also.
When I tried to restart my server after making changes, there was an error. Does this code need to go in specific place in the config file, or is there something else I need to do?
Thanks!