• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

It works! But it doesn't :(

liptus

Chevereto Noob
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.

23sf8g6.png


Any suggestions? Thanks in advance.
 
The css file isn't being found. Try this:

Open index.php in an editor. Find the following line:
Code:
<link href="<?php echo URL_SCRIPT;?>estilo.css" rel="stylesheet" type="text/css" />

Replace:
Code:
<?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.
 
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.
 
Back
Top