• Se você nunca trabalhou com o servidor web Apache, então você sabe que sua configuração é armazenada no .htaccess. Para criar um novo arquivo de configuração e alterar o comportamento padrão do servidor, uma opção é criar o .htaccess usando um confiável editor de texto. Mais conveniente é utilizar DA-HtAccess, cuja grande vantagem é que ele permite que você preencha a configuração sem conhecer a sintaxe. DA-HtAccess permite que você crie um novo .htaccess projeto sem muito esforço e salvá-lo localmente, pelo menos no início. Você começa a mexer com o índice de diretório de comando, que permite que você digite uma página padrão que será exibida quando um diretório no servidor web é acessado. Desta forma, você pode configurar o servidor para exibir uma index.html arquivo em vez de mostrar uma listagem de diretório, como solicitado por um cliente. Você também pode usar DA-HtAccess para lidar com páginas de erro. Em outras palavras, o aplicativo permite que você defina as páginas de erro personalizadas e servi-los aos clientes, quando necessário. Desta forma, no caso de uma página que não existe é solicitada, ou outro semelhante erro de geração de evento ocorre, o servidor irá mostrar ao cliente uma página de erro personalizada em vez do padrão chato página de erro. DA-HtAccess também permite que você para lidar com os redirecionamentos em seu servidor web. Existem dois principais casos você pode querer usar isso, mas em outras situações pode ocorrer bem. O primeiro caso está relacionado às páginas que você mudou a URL, então o velho página tem para ser redirecionado para o novo endereço permanente (tipo de redirecionamento 301). A segunda situação está relacionada com a otimização de motor de busca: uma temporária página de destino deve ser definida no lugar quando a página principal está previsto para ser restaurado mais tarde (por exemplo, página de manutenção). A .htaccess arquivo de configuração pode incluir, também, informações sobre os usuários e suas senhas. Um .htaccess configuração pode ser criado com um editor de texto simples, mas DA-HtAccess torna mais fácil para realizar a tarefa. Para dar a você a total liberdade que você começa quando criar a configuração de um editor de texto, o aplicativo também conta com um código personalizado área onde você pode adicionar todas as linhas que você deseja incluir no arquivo de configuração. No entanto, por favor note que mesmo o menor erro de sintaxe podem resultar em que o conteúdo não está sendo exibido corretamente. Uma vez que você é feito com o .htaccess, você pode exportá-lo para o seu computador ou simplesmente use o FTP integrado uploader para colocá-lo no diretório do seu servidor web.
  • Yapılandırma kendi içinde saklı olduğunu hiç Apache web sunucusu ile çalışmış, o zaman bilirsin .Özet dosyası. Yeni bir yapılandırma dosyası oluşturmak ve sunucu varsayılan davranışını değiştirmek bir seçenek oluşturmaktır .Özet güvenilir bir metin düzenleyicisi kullanarak dosya. Daha uygun bir alternatif avantajı büyük yapılandırma sözdizimi bilmeden doldurmak sağlayan olan DA-Özet kullanıyor. DA-Özet yeni oluşturmanızı sağlar .Özet çok çaba olmadan yerel olarak kaydedin, en azından ilk proje. Web sunucusu üzerinde bir dizin erişildiğinde görüntülenen varsayılan bir sayfa girmenizi sağlayan dizin dizin komutu, kurcalamak için. Bu şekilde, bir istemci tarafından istenen sunucu yerine bir dizin listesi gösterme index.html bir dosyayı görüntülemek için yapılandırabilirsiniz. Ayrıca, hata sayfaları işlemek için DA-Prefix kullanabilirsiniz. Diğer bir deyişle, uygulamaya özel hata sayfaları tanımlamanızı ve gerektiğinde müşterilerine hizmet verir. Bu şekilde, eğer var olmayan bir sayfa istendiğinde, ya da benzer başka bir hata yaratan olay oluşur, sunucu, istemci yerine standart sıkıcı hata sayfasını özel bir hata sayfası gösterir. DA-Prefix ayrıca web sunucu yönlendirir işlemek sağlar. Bunu kullanmak isteyebileceğiniz iki ana durum vardır, ama diğer durumlar da ortaya çıkabilir. İlk dava için URL değiştirilen sayfaları ile ilgili, yani eski sayfa yeni adresine kalıcı olarak 301 (yönlendirme türü) yönlendirilecek. İkinci durum arama motoru optimizasyonu ile ilgili: geçici bir açılış sayfası Ana Sayfa (örneğin, sayfa bakım) daha sonra restore edilmesi planlanan, yerinde ayarlanmalıdır. Bu .Özet yapılandırma dosyası da kullanıcılar ve şifreleri ile ilgili bilgileri içerir. Bir .Özet yapılandırması basit bir metin editörü ile oluşturulabilir, ama DA-Prefix kolay görevi gerçekleştirmek için yapar. Size bir metin düzenleyicisinde yapılandırma oluştururken olsun tam bir özgürlük vermek için, uygulama yapılandırma dosyasında da eklemek istediğiniz herhangi bir satır ekleyebilirsiniz, özel kod alanı vardır. En ufak bir sözdizimi hatası bile doğru görüntülenen içeriği neden olabilir unutmayınız. Bir kez yapılır .Özet dosyası, bilgisayarınıza verme ya da sadece web sunucusu dizininde için entegre FTP Upload kullanabilirsiniz.
  • If you ever worked with the Apache web server, then you know that its configuration is stored in the .htaccess file. To create a new configuration file and alter the default behavior of the server, one option is to build the .htaccess file using a reliable text editor. A more convenient alternative is using DA-HtAccess, whose major advantage is that it enables you to fill in the configuration without knowing the syntax.

    DA-HtAccess enables you to create a new .htaccess project without too much effort and save it locally, at least at first. You get to tamper with the directory index command, which allows you to enter a default page that will be displayed when a directory on the web server is accessed. This way, you can configure the server to display an index.html file instead of showing a directory listing, as requested by a client.

    You can also use DA-HtAccess to handle error pages. In other words, the application enables you to define custom error pages and serve them to clients when needed. This way, in case a page that does not exist is requested, or another similar error-generating event occurs, the server will show the client a customized error page instead of the standard boring error page.

    DA-HtAccess also enables you to handle redirects in your web server. There are two main cases you might want to use this for, but other situations might occur as well.

    The first case is related to pages that you changed the URL for, so the old page has to be redirected to the new address permanently (redirect type 301). The second situation is related to search engine optimization: a temporary landing page should be set in place when the main page is planned to be restored later (e.g., page maintenance).

    The .htaccess configuration file can also include information regarding users and their passwords.

    A .htaccess configuration can be created with a simple text editor, but DA-HtAccess makes it easier to carry out the task. To give you the complete freedom you get when creating the configuration in a text editor, the application also features a custom code area where you can add any lines you want to include in the configuration file. However, please note that even the slightest syntax error can result in the content not being displayed correctly.

    Once you are done with the .htaccess file, you can export it to your computer or simply use the integrated FTP uploader to place it in the directory of your web server.