hi. my sysadmin installs a stats program on each of my domains, but on this one i can't view my site.com/stats page because of the htaccess redirect. is there a workaround for this?
thanks in advance!
can't view separately installed stats (htaccess redirect?)
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
You only need that .htaccess in subdirectories of your external applications. It does not effect the SEO-ness of Serendipity itself.
Best regards,
Garvin
You only need that .htaccess in subdirectories of your external applications. It does not effect the SEO-ness of Serendipity itself.
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
please pardon my learning process
but are you saying that i stick a .htaccess file with the rewrite engine off under the stats directory so that effects only that directory while the other htaccess still works the same for everything else?
if yes, then can you please tell me the exact wording to put inside the stats htaccess file?
thanks again!
allen
if yes, then can you please tell me the exact wording to put inside the stats htaccess file?
thanks again!
allen
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
Exactly - .htaccess files will only affect all subdirectories and files inside the directory where you put a .htaccess. So, if you stick a .htaccess in any subdirectory, the .htaccess of any possible previous parent directory will still apply to the files within that parent directory, but no longer within the subdirectory, because this has its own .htaccess.
The exact wording is:
Regards,
Garvin
Exactly - .htaccess files will only affect all subdirectories and files inside the directory where you put a .htaccess. So, if you stick a .htaccess in any subdirectory, the .htaccess of any possible previous parent directory will still apply to the files within that parent directory, but no longer within the subdirectory, because this has its own .htaccess.
The exact wording is:
Code: Select all
RewriteEngine Off
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/