I have set up a Wordpress site, but it is not possible to access Home, nor pages that have the id in the URL, when I try to access it, it is downloaded. The other pages work.
Initially the site was ok, I built it in my own environment, when I went to the client environment it started to give the following problem: The pages were only accessed if the links were in the default mode, if I changed the Permanent Links, could get more.
From what I was able to search, apache did not have mod_rewrite installed and needed to make changes to the 000-default.conf file, I do not have permission to change such files, I asked for the client IT that controls the server. Mod_rewrite has been installed, and the following information has been placed in the 000-default.conf:
<Directory "/var/www/html" >
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
Require all granted
</Directory>
But now the problem described above occurs. I can access the pages without needing the id in the URLs, but I can not access Home, and if some internal link has id in the URL, I also can not.
The .htaccess is with the standard Wordpress information. When I change the Permanent Links to Default, a new .htaccess is generated without content, and the entire site is left without access.