we have a project that constitutes a large archive of image files... We try to split them into sub-folders within the main archive folder.
I\'m trying to accomplish the following: http:// www.example.com/site/abc with a http 301 redirect to subdomain http:// abc.example.com
I\'m currently working on a multilingual Wiki and need to decide if I should use subdomains or subfolders to separate each language.
How can one deny access to all subdirectories of a given directory? (While allowing to manually modify the access rights for single items in the directory tree.)
I moved my blog from example.com to example.com/blog. I now have a splash page at example.com. I would like old blog post requests like example.com/2011/example-post to redirect to example.com/blog/20
Below is a document tree of the folders on my website. In my html form the action attribute holds this value: delete_post.php. When I changed the action to /do/delete_post/index.php it wouldn\'t work.
I can\'t seem to figure this out, I have a directory structure in my root folder like \'/state/page--city\'. In my htaccess file i redirect all requests that are not directories or files in my root fo
I\'m creating a simple website in PHP that users can log into. All pages in the root directory work fine, but when I try and start a session on a web page in a subdirectory it doesn\'t read it
I have a website on Joomla 1.5 in my base dir - http://example.com - and another project written in开发者_StackOverflow社区 Kohana 2.x - http://example.com/app.
i will ha开发者_开发问答ve numerous subdirectories eg. /home/a, /home/a/file, /home/a/txt, /home/b, /home/b/file, /home/b/txt, etc.