Problem to instal :(

ken69 - January 27, 2009 - 13:46
Project:Subdomain
Version:6.x-1.4
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:postponed (maintainer needs more info)
Description

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

setvik - March 18, 2009 - 12:36
Status:active» postponed (maintainer needs more info)

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

ken69 - August 12, 2009 - 22:05

i got page not found error when i go to subdomain and domain (nothing works)

 
 

Drupal is a registered trademark of Dries Buytaert.