0
good afternoon my dear, I am having a problem here, I am using apache2 and nodejs for the development of a website, www.ecofotoextensaouniversitaria.eco.ufrj.br the site and its navigation works perfectly, only problem is that if I send a link from a specific page of the site to someone, example: www.ecofotoextensaouniversitaria.eco.ufrj.br/participant? id=1 he of error 404, I have no idea how to solve.
here my apache2 conf file
<VirtualHost www.ecofotoextensaouniversitaria.eco.ufrj.br:80>
DocumentRoot /var/www/html/www.ecofotoextensaouniversitaria.eco.ufrj.br/ecofoto-site/build
<Directory "/var/www/html/www.ecofotoextensaouniversitaria.eco.ufrj.br/ecofoto-site/build">
AllowOverride All
allow from all
Options Indexes FollowSymLinks
Require all granted
</Directory>
ServerName www.ecofotoextensaouniversitaria.eco.ufrj.br
</VirtualHost>
I’m using Yarn to build the project, build folder structure:
asset-manifest.json
index.html
service-worker.js
static/
Can someone help me? I still can’t solve
– Lucas Gabriel