Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
mackenzieexD Posted February 12, 2017 Posted February 12, 2017 I've now got my website running on my dedi so i downloaded everything from my old host and yes i took a dump of the DB and thats all running fine. Ive uploaded everything and it was going fine until i decided i wanted to put my forum in a subdirectory called /forum, 90% of the stuff works just some places where i need to update images called through CSS BUT ive found a MAJOR buggg and have no idea how to fix it. When i go to hit forums on my website it takes me to /forum/forums and no surpise it dont work. my Base_URL is http://taskforce72.co.uk/forum in my conf_global.php if anyone has had this or knows how to fix it that would be much appricated !
Pete T Posted February 12, 2017 Posted February 12, 2017 8 minutes ago, mackenzieexD said: I've now got my website running on my dedi so i downloaded everything from my old host and yes i took a dump of the DB and thats all running fine. Ive uploaded everything and it was going fine until i decided i wanted to put my forum in a subdirectory called /forum, 90% of the stuff works just some places where i need to update images called through CSS BUT ive found a MAJOR buggg and have no idea how to fix it. When i go to hit forums on my website it takes me to /forum/forums and no surpise it dont work. my Base_URL is http://taskforce72.co.uk/forum in my conf_global.php if anyone has had this or knows how to fix it that would be much appricated ! can ask silly question why have got subfolder called forum i see when use http://taskforce72.co.uk/ hit page that must not pages but using html then go to portal looks little like pages but on issue loading do you have .htaccress file uploaded as see have FURL turn on and not just forums sutie not working seem all app not loading so going with htaccress issue.
Nathan Explosion Posted February 12, 2017 Posted February 12, 2017 While that url doesn't work, this one does... http://taskforce72.co.uk/forum/index.php?forums/ So maybe something to do with the .htaccess file in /forum/?
mackenzieexD Posted February 12, 2017 Author Posted February 12, 2017 for some reason that link i sent was kinda messed up try this one http://taskforce72.co.uk/ 2 seconds geting a copy of the .ht now as far as i know its the default .htaccess ive not touched this <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map)(\?|$) /404error.php [L,NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Pete T Posted February 12, 2017 Posted February 12, 2017 7 minutes ago, Nathan Explosion said: While that url doesn't work, this one does... http://taskforce72.co.uk/forum/index.php?forums/ So maybe something to do with the .htaccess file in /forum/? it works but not all links have turn on the FURL
mackenzieexD Posted February 12, 2017 Author Posted February 12, 2017 im an idiot... thanks guys! never re-uploaded the .htacess file. its all working now!
Pete T Posted February 13, 2017 Posted February 13, 2017 14 hours ago, mackenzieexD said: im an idiot... thanks guys! never re-uploaded the .htacess file. its all working now! been there done that before that why said best check ! or settings not been turn back on
Recommended Posts
Archived
This topic is now archived and is closed to further replies.