Tagged Questions
1
vote
2answers
53 views
What type of server is using Django/Python? .htaccess is compatible?
I was wondering what type of server is using python & django because i don't know if can i use an .htaccess file and if there is something similar.
Thanks.
2
votes
1answer
232 views
zlib compression issues
I'm having some issues running zlib compression on my site ..
Firstly if I enable zlib compression in .htaccess using: php_value output_handler ob_gzhandler then I receive thousands of lines of the ...
1
vote
1answer
90 views
Site overthrown by Turkish hackers
Go ahead, laugh. I forgot to remove the default admin/admin account on my blog. SOmebody got in and has replaced my homepage with some internet graffiti. I've used .htaccess to replace the page with a ...
2
votes
3answers
846 views
How to verify what modules are active on my server?
While trying to solve a problem on my website, a recommendation about my .htaccess file I got was
First of all, please check on the
server for all the different modules
if they are enabled, ...
2
votes
1answer
414 views
Multiple 301 redirects, do search engines/viewers see them all?
I've put in place lots of different 301 rules to deal with numerous url changes.
And for certain URLS there are 3-4 different 301 redirects landing the visitors to the new URL.
I heard that 301 ...