Another Post about pretty URL's' Help me please
Permalink 1 user found helpful# -- concrete5 urls start --
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .* index.php/$1 [L]
</IfModule>
# -- concrete5 urls end --
I had to find this on the internet as the one that shows up in the dashboard would show the index page but when you clicked on a link it would output that there was no input file specified.
So with this I get pretty URL's except when i click on the home button on the page. When I use the home button I gethttp://mydomain.com/index.php?cID=1...
everything else is OK and there is no index.php?cID=. I hope someone can help me as this has taken a lot of time now and I have tried doing everything I can think of to get this worked out.
One more thing if i go to mydomain.com it works and shows only as mydomian.com it is only after i leave and go back using the link.
http://www.concrete5.org/documentation/how-tos/developers/concrete5...
Search for "No input file specified." and I think the answer is there.
Antti / Mainio
Not sure about the next issue, I have not yet run across that one as of yet.
(I have my fingers crossed and now afraid to go and check the websites!)
Thank you,
YoYo