ok sort of solved.
I must have changed the folder 'forum' permissions to attributes 777 now that I have changed them to 755 and used the htaccess -
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/forum/(.*)$
RewriteRule ^.*$ - [L]
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
I must have changed the folder 'forum' permissions to attributes 777 now that I have changed them to 755 and used the htaccess -
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/forum/(.*)$
RewriteRule ^.*$ - [L]
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
I am able to see the repair_settings.php however I now get this error when trying to see the forum -
http://ift.tt/1kGiiQU
Fatal error: Call to undefined function UpeLinks() in /home/chill4us/public_html/forum/Sources/Subs-BoardIndex.php on line 105
Whats all that about ?
Many thanks and sorry for being a pain but this is seriously driving me nuts
0 commentaires:
Enregistrer un commentaire