I am having issues with the UB Data Migration Pro. When I try to load it in the backend I get a 404 page. I am running apache and below is a copy of my virtual host. Please could someone advise of how to fix
<VirtualHost *:443>
ServerName mydomain.dev
ServerAlias *.mydomain.dev
Include “/Users/jamie/Sites/ssl/ssl-shared-cert.inc”
CustomLog “/Users/jamie/Sites/logs/dev-access_log” combinedmassvhost
ErrorLog “/Users/jamie/Sites/logs/dev-error_log”
DocumentRoot /Users/jamie/Sites/mydomain/httpdocs
<Directory /Users/jamie/Sites/mydomain/httpdocs>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
Require all granted
</Directory>
</VirtualHost>
-
Looks like the call is going to /pub/ub-tool/index.php?token=xxx instead of /ub-tool/index.php?token=xxx
3 answers
Hi there,
Looks like the call is going to /pub/ub-tool/index.php?token=xxx instead of /ub-tool/index.php?token=xxx
Yes, that is right because you have setting for web root folder: DocumentRoot /Users/jamie/Sites/mydomain/httpdocs
Regards,
Mall.
I am facing same issue, can you please provide the solution. Same 404 error.
Hi surfbussen,
Please follow my answer at post: https://www.ubertheme.com/question/404-error-in-admin-2/
Regards,
Mall.