Problem to instal :(
| Project: | Subdomain |
| Version: | 6.x-1.4 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Hi,
I do everything from readme - all steps. When i paste to settings.php :
// ------------- BEGIN COPYING BELOW THIS LINE -------------
function custom_url_rewrite_outbound(&$path, &$options, $original_path) {
// Used by the Subdomain module to generate URLs with subdomains
if (module_exists('subdomain')) {
subdomain_url_rewrite_outbound($path, $options);
}
}
function custom_url_rewrite_inbound(&$result, $path, $path_language) {
// Used by the Subdomain module to correctly interpret URLs with subdomains
if (module_exists('subdomain')) {
subdomain_url_rewrite_inbound($result, $path, $path_language);
}
}
// ----------------- COPY UNTIL THIS LINE ------------------
I got 404 error
Where is the problem ?
Regards and thanks for help :)

#1
I need more details to help.
Are you unable to access any page in your website, or just subdomain pages?
Are you able to access the subdomain settings screen? What error messages appear on : http://yourwebsite.com/admin/build/path/subdomain ?
#2
i got page not found error when i go to subdomain and domain (nothing works)