lms
Administrador
- Mensajes
- 7.741
- Puntuación de reacciones
- 2.163
- Puntos
- 2.613
- Sitio web
- xenfacil.com
- Versión de XenForo
- 2.1.x
- Página web
- Web
Estás viendo el sitio como Invitado. Para poder participar en este sitio
y obtendrás privilegios adicionales, acceso a otras áreas y mucho mas.
La compraste el 12/10/2014. Se te ha asignado una licencia pero deberás cumplimentarla (sito web al que se destina en https://xenfacil.com/products/license). Tras eso, podrás descargarla.Por qué me sale para comprar la 1.5.3 y no para descargar?. Si la compré hace tiempo. No entiendo...
La compraste el 12/10/2014. Se te ha asignado una licencia pero deberás cumplimentarla (sito web al que se destina en https://xenfacil.com/products/license). Tras eso, podrás descargarla.
Salud2
Simplemente es un cambio de sistema.Muchas gracias. Ya he rellenado todo .
Ahora si que me deja, jejeje .
La compraste el 25/11/2015. Se te ha asignado una licencia pero deberás cumplimentarla (sito web al que se destina en https://xenfacil.com/products/license). Tras eso, podrás descargarla. en [url='https://xenfacil.com/products/traduccion-de-xenforo-a-espanol-neutro-tu.3/']Traducción de XenForo a Español Neutro Tu 1.5.3 | xenFácil. xenForo fácil[/URL]
TODOS tenéis ya la licencia, fatará que la activéis poniendo vuestra web.Muchas gracias. Antes no me aparecía ninguna licencia para activar, ahora me aparece una y ya la he activado.
El nuevo sistema me ha despistado un poco
¡Gracias!
# Mod_security can interfere with uploading of content such as attachments. If you
# cannot attach files, remove the "#" from the lines below.
#<IfModule mod_security.c>
# SecFilterEngine Off
# SecFilterScanPOST Off
#</IfModule>
ErrorDocument 401 default
ErrorDocument 403 default
ErrorDocument 404 default
ErrorDocument 405 default
ErrorDocument 406 default
ErrorDocument 500 default
ErrorDocument 501 default
ErrorDocument 503 default
<IfModule mod_rewrite.c>
RewriteEngine On
# If you are having problems with the rewrite rules, remove the "#" from the
# line that begins "RewriteBase" below. You will also have to change the path
# of the rewrite to reflect the path to your XenForo installation.
#RewriteBase /xenforo
# This line may be needed to enable WebDAV editing with PHP as a CGI.
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(data/|js/|styles/|install/|favicon\.ico|crossdomain\.xml|robots\.txt) - [NC,L]
RewriteRule ^.*$ index.php [NC,L]
</IfModule>