Skip to content

Commit

Permalink
Config WordPress
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepe committed Dec 14, 2020
1 parent d442ae3 commit 48b2399
Show file tree
Hide file tree
Showing 69 changed files with 37,137 additions and 3 deletions.
16 changes: 16 additions & 0 deletions TE2/Proyecto Teknovate/.htaccess
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

# BEGIN WordPress
# Las directivas (líneas) entre «BEGIN WordPress» y «END WordPress» son
# generadas dinámicamente y solo deberían ser modificadas mediante filtros de WordPress.
# Cualquier cambio en las directivas que hay entre esos marcadores serán sobrescritas.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /wordpress/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule>

# END WordPress
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'database_name_here' );
define( 'DB_NAME', 'teknovate' );

/** MySQL database username */
define( 'DB_USER', 'username_here' );
define( 'DB_USER', 'root' );

/** MySQL database password */
define( 'DB_PASSWORD', 'password_here' );
define( 'DB_PASSWORD', '' );

/** MySQL hostname */
define( 'DB_HOST', 'localhost' );
Expand Down
Binary file not shown.
15,043 changes: 15,043 additions & 0 deletions TE2/Proyecto Teknovate/wp-content/languages/admin-es_ES.po

Large diffs are not rendered by default.

Binary file not shown.
1,426 changes: 1,426 additions & 0 deletions TE2/Proyecto Teknovate/wp-content/languages/admin-network-es_ES.po

Large diffs are not rendered by default.

Binary file not shown.
Loading

0 comments on commit 48b2399

Please sign in to comment.