Hi,
as the title says i moved my ee installation from a subfolder called »cms« to the root directory.
now removing the index.php via
RewriteCond $1 ^(site|about|contact|imprint|jobs|services|site|press|clients|P[0-9]{2,8}) [NC]
RewriteRule ^(.*)$ /index.php/$1 [L]within .htaccess is not working anymore. it still generates the »index.php«.
Before moving ee it worked well with
RewriteRule ^(.*)$ /cms/index.php/$1 [L]any suggestions to get this to work?
i apparently need to be pointed to the right direction.
oh. and it keeps working if i remove the index.php from the url by hand.
thanks in advance!
klick