Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter thatboyjim

    (@thatboyjim)

    Well it’s official… I’m an arse!

    For some reason, filezilla only uploaded half the files up to the webserver. When I compared the 2 amounts, there were miles out.

    All working hunky dory now.

    Thanks again for your help MadsK.

    Thread Starter thatboyjim

    (@thatboyjim)

    Screen shot here with comments – https://screencast.com/t/TNcy5cKAi

    I’ve now tried to move it onto a sub domain where there is no .htaccess or mod rewriting taking place and it still doesn’t work.

    Gone through all the usual steps with no luck.

    I’m at the end of my teather with it now. ??

    Thread Starter thatboyjim

    (@thatboyjim)

    Thank you so much for this.

    I suspect there is a problem with javascript in my blog. Perhaps caused by my .htaccess file. The reasons I say this are…

    1. my menus don’t expand and contract like that
    2. I don’t see that toolbar at the top with image icons on.
    3. my browser throughs javascript errors when the page loads.

    Any ideas what I need to add to make it ignore my blog?

    RewriteEngine on
    
    RewriteRule ^blog/?$ /blog/index.php [L]
    RewriteRule ^forum/?$ /forum/index.php [L]
    
    RewriteRule ^news/([A-Za-z0-9_+]+)/?$ /news.php?article=$1 [L]
    RewriteRule ^news_archive/([0-9+]+)/?$ /news_archive.php?page=$1 [L]
    RewriteRule ^news_archive/?$ /news_archive.php [L]
    RewriteRule ^news/?$ /news.php [L]
    RewriteRule ^events/id/([0-9+]+)/?$ /events.php?id=$1 [L]
    RewriteRule ^events/([0-9+]+)/?$ /events.php?year=$1 [L]
    RewriteRule ^events/?$ /events.php [L]
    
    RewriteRule ^contact/([A-Za-z-0-9_+]+)/?$ /contact.php?subject=$1 [L]
    RewriteRule ^contact/?$ /contact.php [L]
    
    RewriteRule ^rehoming/([0-9+]+)/page/([0-9+]+)/?$ /rehoming.php?cat=$1&page=$2 [L]
    RewriteRule ^rehoming/([0-9+]+)/([A-Za-z0-9_+]+)/?$ /rehoming.php?cat=$1&url=$2 [L]
    
    RewriteRule ^rehoming/([0-9+]+)/?$ /rehoming.php?cat=$1 [L]
    RewriteRule ^rehoming/?$ /rehoming.php [L]
    
    RewriteRule ^shop/cat/([A-Za-z0-9_+]+)/prod/([A-Za-z0-9_+]+)/?$ /shop.php?cat=$1&prod=$2 [L]
    RewriteRule ^shop/cat/([A-Za-z0-9_+]+)/?$ /shop.php?cat=$1 [L]
    RewriteRule ^shop/?$ /shop.php [L]
    
    RewriteRule ^([A-Za-z0-9_/+]+)/?$ /content.php?page=$1 [L]

    Thanks again for your help with this!

    P.S. those screen cast things are awesome!

    Thread Starter thatboyjim

    (@thatboyjim)

    I must be going mad here…

    1. I don’t seem to have tinyMCE
    2. I can’t see anything to do with Titel / Permalink

    Am I missing something?

    Thread Starter thatboyjim

    (@thatboyjim)

    hallelujah!!! It’s worked!!! You are a star.

    From there, I can’t seem to see the option when editing a post to insert an image. Any ideas?

    Sorry to be a pain!

    Thread Starter thatboyjim

    (@thatboyjim)

    Do you put the absolute url in?

    Or can I put…

    /media

    to take it to root?

    Thread Starter thatboyjim

    (@thatboyjim)

    I certainly have. It is strange. ??

    Thread Starter thatboyjim

    (@thatboyjim)

    Thanks for the reply. I’ve just gone through each of those items with no luck.

    I have flash v10 installed, but navigated to the browser upload screen instead. Is this ok?

    Should wordpress give me some sort of error to tell me what’s going on?

Viewing 8 replies - 1 through 8 (of 8 total)