Tagged Questions
0
votes
0answers
58 views
Umbraco - two websites on single Umbraco instance - 2nd site gives 404
I've set up two Umbraco websites on a single instance of Umbraco (v 4.7.1.1). If I visit the 1st website (which is listed first under the 'content' node):
www.mysite.com
... I get the correct ...
0
votes
3answers
66 views
How to connect 404 page with php page loading script
My Hompeage is loading the sites with this script:
<?php
if(!isset($_GET['id'])) $id = 'home';
else $id = $_GET['id'];
include($id.'.php');
?>
...
0
votes
0answers
24 views
RewriteRule: TAGS to homepage
I have a lot of URLs with deleted TAGS, like:
www . example . com / tag / tagsname
Which are indexed by Google and giving back 404 errors.
What is correct RewriteRule for .htaccess (I'm running a ...
0
votes
1answer
1k views
Magento CMS hompage 404 page not found 1
I'm tearing my hair out on this one! I'm trying to use a CMS page for my Magento store front page but I keep getting "404 Not Found 1" page ("Whoops, our bad..."), However, I can access the CMS page ...
1
vote
3answers
2k views
Magento Homepage Keeps on redirecting to a 404 page
I have been on this issue for almost a week now and have been research all over the net for answers but i could not find one.
Problem:
each time i access the homepage of my site, it results to a 404 ...
2
votes
3answers
3k views
Drupal migration - now only front page works
I just migrated a Drupal site from a ISP
to a dedicated Linux CentOS server.
MySQL Database is configured and generates front page without error.
Problem is that only the home page works.
All other ...