Recent content by skillsbo

  1. S

    remove directory slash url

    Will do! Thank you for helping, learned a few new things today. :)
  2. S

    remove directory slash url

    The link you put on your comment has this in one of the comments: Options +FollowSymLinks -MultiViews -Indexes DirectorySlash Off RewriteEngine on RewriteRule ^projects$ /projects/index.php [L,E=LOOP:1] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule...
  3. S

    remove directory slash url

    Thank you for your reply, I wasnt sure this was possible. So how do websites have like : http://example.com/something Is the "something" always a file and they remove their extensions?
  4. S

    remove directory slash url

    hi, not sure if this is the right place to ask this question. I'm trying to remove the slash of the end of a directory url. from: http://example.com/dir/ to: http://example.com/dir where dir is a directory. At the moment when going to http://example.com/dir it redirects to...
  5. S

    changing php version

    Are you using xo5 server?
  6. S

    changing php version

    You are totally right, that makes sense. I will just keep using the cpanel. Thank you for your suggestions!
  7. S

    changing php version

    Yes that's what i'm using at the moment, but I always have to go to cpanel blablabla. With this I could just put it like ftp.example.com or something else. All for only my use, I guess that does not violate anything?
  8. S

    changing php version

    Yes i'm using the paper_lantern theme. I was trying to install Monsta web ftp with the softalicious installer but seems like it still asks for "Required PHP version greater than equal to 7.1.0". I will just download the files manually if possible.
  9. S

    changing php version

    When I use phpinfo() function it actually says its 7.2.xx, seems like the Server Information is wrong or something. But when I try to install a app with Softaculous Apps Installer it says: Required PHP version greater than equal to 7.1.0 AND found version is : 5.6.40
  10. S

    changing php version

    I'm trying to change php version from 5.6.40 to 7.2 on xo5 server. I go to CPanel -> Select PHP Version -> Select 7.2 -> Set as current , but when I check Server Information it continuous to say 5.6.40. Any ideas?
Top