You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Goteo Team for your amazing project, I am a junior developer. After installation in my main domain (domain.com) every site loading it is automatically redirect to (en.domain.com) and it is not working. Can you guide me with this misconfiguration? Thank in advance.
The text was updated successfully, but these errors were encountered:
env: local
debug: true # whether to show trace for errors or not
Default system language
lang: es
Default timezone
timezone: Europe/Madrid
url
url:
main: //angelist.org
# static resources url if you use a different assets server
assets: //angelist.org
#optional, configure this as hostname only (ex: example.com) if you want languages to be selected as subdomains (es.example.com, en.example.com)
url_lang: angelist.org
# If you want to use a CDN or another web server to serve the cached images
# You can define this constants. All cached images links will point to this
# Url, event if do not exists yet.
# Example:
# Point a data.example.com to var/cache/images
# the place a .htaccess in var/cache/images/.htaccess with this content
# <ifmodule mod_rewrite.c>
# RewriteEngine on
# RewriteCond %{REQUEST_FILENAME} !-f
# RewriteCond %{REQUEST_FILENAME} !-d
# RewriteRule ^(.*) http://example.com/img/$1 [R=302,L]
# </ifmodule>
#
data:
plugins:
goteo-dev:
active: true # plugin should be active=true to be loaded
Dear Goteo Team for your amazing project, I am a junior developer. After installation in my main domain (domain.com) every site loading it is automatically redirect to (en.domain.com) and it is not working. Can you guide me with this misconfiguration? Thank in advance.
The text was updated successfully, but these errors were encountered: