Problems with navigation when activating pretty urls

Permalink
I have a problem activate the option of pretty urls but now every time I browse on my site download a file with the name of the page and without extension, any suggestion to solve my problem. The version of concrete5 is 8.4.2
My .htaccess
<IfModule mod_rewrite.c>
   RewriteEngine On
   RewriteBase /demos/
   RewriteCond %{REQUEST_FILENAME} !-f
   RewriteCond %{REQUEST_FILENAME}/index.html !-f
   RewriteCond %{REQUEST_FILENAME}/index.php !-f
   RewriteRule . index.php [L]
</IfModule>

 
echan101 replied on at Permalink Reply
Sorry it's a little hard to understand your post. Can you give an example of the URL it is directing to, and also the error messages?
echan101 replied on at Permalink Reply
Also just checking, the .htaccess file - is what you've shown EVERYTHING in the .htaccess file? The order is very important. The URL re-write should be the very last thing in the .htaccess file.
nf9d3u replied on at Permalink Reply
I do not understand, so how would the .htaccess file be? I copied the one that generated me concrete5 when I activated the pretty urls and sent me an error that it could not generate the file.

now the url ishttp://www.tecnott.com.mx/demos/...
is the main page,
a link is
http://www.tecnott.com.mx/demos/services...

enter those links and you will see that you can not browse
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
Try this URL
http://tecnott.com.mx
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
8.4.2 ??
This is from your source code
<meta name="generator" content="concrete5 - 8.1.0"/>

And your code is not running out of an 'updates' folder..
nf9d3u replied on at Permalink Reply
what happens is that the main domain is tecnott.com.mx but that is in construction because it is mine, and I install a second instance of concrete5 in the demos folder and that's why the difference of the versions, the original domain is 8.1.0 and the second instance in the demos folder is 8.4.2
echan101 replied on at Permalink Reply
Is there anything else in .htaccess or have you copied everything there?
nf9d3u replied on at Permalink Reply
what happens is that the main domain is tecnott.com.mx but that is in construction because it is mine, and I install a second instance of concrete5 in the demos folder and that's why the difference of the versions, the original domain is 8.1.0 and the second instance in the demos folder is 8.4.2
echan101 replied on at Permalink Reply
The linkhttp://tecnott.com.mx/demos is just serving the PHP file as a download.
I don't know what the answer is, but there are many possible solutions here:
https://stackoverflow.com/questions/12142172/apache-shows-php-code-i...
nf9d3u replied on at Permalink Reply
but this only happens to me when I enable pretty urls in concrete5 otherwise it works well
echan101 replied on at Permalink Reply
If I tryhttp://tecnott.com.mx/demos/index.php... it comes up with 404. If Concrete5 is installed in /demos then it should come up with something.
echan101 replied on at Permalink Reply
If I tryhttp://tecnott.com.mx/index.php/demos,... then Concrete CMS comes up but this is also a 404.
I'm not totally sure how your installation is set up.