Changings link directions.

xCensored

New Member
In my nav bar, there's Home and Forum. The Home is set to yourdomain.com/main and Forum is set to yourdomain.com/index.php. How do I change it where Home is set to yourdomain.com/index.php and Forum is changed to yourdomain.com/main (or /forum).
 
go to AdminCP > Style manager > edit templates > navbar

for changing home look for

Code:
"index.php"

replace with

Code:
"main/"

or w.e directory u like as long as its inside the same folder and dont insert the "/" before it
 
Somewhat like that. Right now, I have the HOME as mydomain.com/index.php but it brought me to the forum one, which I don't want. I made a seperate index.php with coding of myself and I want it where when people go to mydomain.com, it will go to the index.php I made, not the forum.
 
well ok rename the forum's index.php to index2.php or so
and keep ur file as index.php n make sure no other direct indexes exist (with name index.php or index.htm or index.html,... etc)

m not really gettin what u tryina say its kinda unclear so i explain what i understand and hope i help
 
Back
Top