Apache
Regular expression in apache configuration file
I need to turn off php_flag for some directories on my server. The directory name is \'images/\' and is located in these directories:[详细]
2023-04-12 05:52 分类:问答Performance - some images are slow to download
I have a website that has some performance issues. Some images need a lot of time to be downloaded by the browsers.[详细]
2023-04-12 05:49 分类:问答.htaccess - Make a directory invisible
I have a .htaccess file that currently looks like: <Files .htaccess> order allow,deny deny from all[详细]
2023-04-12 05:28 分类:问答Zend Framework - URL's not working
I uploaded my site to the live environment and the default index/index works just fine. I have filtered out the index.php file using[详细]
2023-04-12 03:48 分类:问答How to remove part of URl with .htaccess?
Currently, I have 20+ URLs on my site in this format http://www.example.net/content/index/mission I want to remove /content/index from all URLs, so they should look something like this[详细]
2023-04-12 02:38 分类:问答How to limit file upload size in PHP?
I want to save bandwidth and restrict the size of uploaded files to our webpage. The problem is that I can set the maximal size of uploaded file (e.g., 1 MB) but a user can select 50 MB file and can u[详细]
2023-04-12 01:29 分类:问答Mod rewrite won't work with slashes in rewrite rules
Stack, I have been pulling my hair out today and yesterday trying to figure out the issue I have with mod_rewrite.[详细]
2023-04-12 00:42 分类:问答apache2 and <LocationMatch> with negative regular expression
I have a question. <LocationMatch \"^/([^/]+)/login\"> ... </LocationMatch> Now I need to delete from the LocationMatch specific path.[详细]
2023-04-12 00:35 分类:问答How can I prevent users from accessing include files?
I am using apache server. Is there a way to prevent users from accessing my include files directly ? But only allow the server the access to those开发者_如何学JAVA ?Another way is to have the include[详细]
2023-04-11 23:55 分类:问答Issue Listing multiple SVN repositories from client
I\'ve already setup Apache to manage svn requests. Basically the structure of the svn related directory is this:[详细]
2023-04-11 22:40 分类:问答