• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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