error
|
28-06-2012, 02:21 PM
(This post was last modified: 28-06-2012 03:08 PM by garrymula.)
Post: #1
|
|||
|
|||
error
Hi i have been pigheaded and tried to add a button in the h1 were there is Homepage popular videos contact ect. i went in to the functions.php and i think i have messed it up on line 187 and can not get it back. what i was trying to do was add another button (Sexo) to an external website. can anybody help please as the site is showing error. xxxwatchadults.com I have renewed the function.php file the site is now working again but can anybody help with adding the new button please
|
|||
30-06-2012, 12:01 PM
Post: #2
|
|||
|
|||
RE: error
You should probably check out this
http://forum.freeadultscript.com/showthr...p?tid=1814 Then when the link for that is created, maybe set up a redirect to the external site |
|||
01-07-2012, 03:08 PM
Post: #3
|
|||
|
|||
RE: error
thanks that info was helpful i can now add a but on the h1 but i dont know how to redirect to an external site can you tell me how please
|
|||
01-07-2012, 10:44 PM
Post: #4
|
|||
|
|||
RE: error
If you're using cPanel, you can set up a redirect. Get the link that it is going to now, and set up that redirect. HostGator usually has good tutorials on this
http://support.hostgator.com/articles/cp...-to-create Doing it in cPanel will usually do the redirect in the .htaccess for you. If you don't have cPanel, but you can edit .htaccess, plug this in and replace it with your info # Redirect old file path to new file path Redirect /olddirectory/oldfile.html http://example.com/newdirectory/newfile.html The hash tag (#) is a comment and it makes that line not read by the browser, it usually is a comment to you to let you know what is going on. |
|||
« Next Oldest | Next Newest »
|