Tagged Questions
1
vote
1answer
118 views
Potential issues with multiple home pages
I have a site where I want to have two different home pages: a general description page for anonymous users, and a dashboard page for logged-in users.
I am debating between two implementations:
...
6
votes
2answers
1k views
Chrome causing 404's ending with “/cache/[hex-string]/”?
Since the last weeks we see many 404's on our sites caused by Chrome adding /cache/[hex-string]/ to the current page URL.
The hex strings we have seen are:
e9c5ecc3f9d7fa1291240700c8da0728
...
1
vote
1answer
235 views
Joomla sometimes messes up URLs, probably cache involved
Every once in while my Joomla site messes up link's URLs. For example, something like this:
http://www.sism.org/index.php?option=com_comprofiler&task=userslist&listid=4&Itemid=123
Become ...
1
vote
1answer
246 views
Google has cached query string based dynamic page, but how/why?
I have a multipage form which works largely by posting the form details in query strings to the url. I know this isn't ideal and i've already changed it.
However, what was happening is that google ...