Traducere "a.php" în spaniolă
Nu am putut găsi această intrare. Se afișează rezultate aproximative. Verificați ortografia sau propuneți adăugarea acestui termen în dicționar.
This button allows you to save and download a.php file with the translation done.
Este botón le permite guardar y descargar un archivo.php con la traducción realizada.
Place the code in a.php file (e.g. myfile.php) in the root of your hosting space (in the/web directory)
Sitúe el código en un archivo.php (por ejemplo, suarchivo.php) en la raíz de su alojamiento (en la carpeta/web)
Note that there is no restriction on which files can be executed; in particular, the filename is not required have a.php extension.
Nótese que no hay restricción sobre cuales ficheros puede ser ejecutado; en particular, el nombre del fichero no es necesario que tenga una extensión.php.
So that some file types (.inc for example) are processed by PHP in the same way as a.php file, you first need to add the following line to a.htaccess file
Para que algunos tipos de archivos (.inc por ejemplo) fuesen procesados por PHP de la misma forma que un archivo.php, antes había que añadir la línea siguiente en un archivo.htaccess
Caution: Not all lines with RewriteRule and a.php file in your.htaccess are malicious.
No todas las líneas con RewriteRule y un archivo.php que aparezcan en tu archivo.htaccess son maliciosas.
Sometimes this can be done by simply making your page a.php or.asp page, but it could also require some configuration of your servers.
Algunas veces esto puede realizarse simplemente haciendo que tu página sea.php o.asp, pero esto también requiere cierta configuración de tus servidores.
If your page has a.php extension
You can also create your own.tpl file (located in your theme directory), where you can insert your own HTML tags, and create a.php page (at the root of your shop) which will call the.tpl file.
También puede crear su propio archivo.tpl (situado en su directorio de temas), donde puede insertar sus propias etiquetas HTML, y crear una página.php (en la raíz de su tienda) la cual llamará al archivo.tpl.
The above configuration will enable PHP handling of any file that has a.php extension, even if there are other file extensions.
La configuración anterior permite habilitar PHP como controlador de cualquier fichero que tiene una extensión.php, aunque existen otras extensiones de fichero.
I'll show you how to mix HTML and PHP in a.php file.
This behaviour changed in PHP 5, so for example with Windows the path is normalized first so that C:\PROGRA~1\A.php is realized the same as C:\Program Files\a.php and the file is included just once.
? > Este comportamiento cambió en PHP 5, así que, por ejemplo con Windows primero se normaliza la ruta para que C:\PROGRA~1\A.php sea identificado con C:\Program Files\a.php y el fichero sea incluido solo una
Just copy that code into a mac text editor and save it with as wp-config with a.php extension.
También puedes simplemente abrir el archivo wp-config-sample.php en un editor de texto, rellenarlo con tu información y guardarlo como wp-config.php.
If you must store your configuration files in the document root, name the files with a.php extension.
Si no tiene otra alternativa más que almacenar sus archivos de configuración en la raíz de documentos de su aplicación, debe adjuntar la extensión.php al nombre de sus archivos.