Hi!
I’m very new to DH and I like what I’m seeing so far.
Although I know a bit about HTML and CSS I know nothing about editing .htaccess files.
The problem is, that my ExpressionEngine installation isn’t giving me access to my stats section on the server. I also tried to add the lines from the knowledge base but it didn’t help.
This is how my .htaccess file looks so far (to get rid of the index.php in the urls):
RewriteEngine On
RewriteCond $1 !^(system|images|themes|index.php).*
RewriteRule ^([^/]+.*)$ index.php/$1 [NC,L]
I tried to add the “stats” directory to the list of directories you can see in the .htaccess but no way.
Has any EE user made this working?
Thanks!