"You should avoid using .htaccess files completely if you have access to httpd 
main server config file. Using .htaccess files slows down your Apache http 
server. Any directive that you can include in a .htaccess file is better set in 
a Directory block, as it will have the same effect with better performance."

http://httpd.apache.org/docs/current/howto/htaccess.html



On Jul 24, 2013, at 11:29 AM, Richard Gaskin wrote:

> Peter Bogdanoff wrote:
> 
> > I see from the Apache website that .htaccess files are not ideal;
> > better to change the server main configuration file.
> 
> Do you recall what their complaints were?  URL?
> 
> --
> Richard Gaskin
> Fourth World
> LiveCode training and consulting: http://www.fourthworld.com
> Webzine for LiveCode developers: http://www.LiveCodeJournal.com
> Follow me on Twitter:  http://twitter.com/FourthWorldSys
> 
> _______________________________________________
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to