Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter sralli

    (@sralli)

    Hi Andrea_r

    thanks for replying

    I figured out the problem – it was my theme – I changed the theme and it seems to have been working fine now

    thanks for all your help and support

    Thread Starter sralli

    (@sralli)

    HI Andrea_r

    thanks for your response

    would the php error occur because of my htaccess file?

    # BEGIN WordPress
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L]
    RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
    RewriteRule . index.php [L]

    # END WordPress

    Reason I ask is the main site works perfectly its just the subdomain. As far as I can see everything revolves around the htaccess file so it must be something to do with that right?

    thanks for all your help

    Thread Starter sralli

    (@sralli)

    Hi Jsing

    Thanks for your reply.

    I have contacted my host and they suggested i use subdomain instead so i have done a fresh install and now my subdomains pages arent found so I have asked them to look at this

    I will keep you guys up to date. Just a question though do you need to create a folder for subdomains to map to it?

    so if it was

    affiliates.evictionuk.com would i have to create a subfolder called affiliates and add wp-admin, wp-content and wp-include files within these folders?

    thanks for all your help

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