Topic: It works! But it doesn't :(

I have installed the script in a sub forum on my site, if I go to it using my main directory ex: maindirect.com/share it works fine.

I use virtual hosts in Apache to direct the second url strait to the folder but if I use that url it ends up looking like this with no visual elements and not working at all.

http://i52.tinypic.com/23sf8g6.png

Any suggestions? Thanks in advance.

Last edited by liptus (2011-01-15 17:29:34)

Thumbs up

Re: It works! But it doesn't :(

The css file isn't being found. Try this:

Open index.php in an editor. Find the following line:

<link href="<?php echo URL_SCRIPT;?>estilo.css" rel="stylesheet" type="text/css" />

Replace:

<?php echo URL_SCRIPT;?>estilo.css

with the exact path to that file. For example: http://www.maindirect.com/share/estilo.css

That's not a fix. That will just tell us what the next step will be.

Thumbs up

Re: It works! But it doesn't :(

I tried what you said and it didn't change anything at all, like I said in the OP, everything looks fine if I go to it using the other url.

Thumbs up