Welcome Guest, Not a member yet? Register   Sign In
htaccess redirect 301 single url
#15

[eluser]ironlung[/eluser]
Hey FuzzyOne

Thanks for all your help, I've managed to get it working. I was altering the line after the check for the system folder and after the check to see if it was after a valid file Doh!


I am really sorry to take up so much of you time when I moved it above this

Code:
#Removes access to the system folder by users.
    #Additionally this will allow you to create a System.php controller,
    #previously this would not have been possible.
    #'system' can be replaced if you have renamed your system folder.
    RewriteCond %{REQUEST_URI} ^system.*
    RewriteRule ^(.*)$ /index.php?/$1 [L]
  
    #Checks to see if the user is attempting to access a valid file,
    #such as an image or css document, if this isn't true it sends the
    #request to index.php
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ /index.php?/$1 [L]

It all worked fine.

I really, really don't understand .htaccess at all. I'm not dumb by any stretch of the imagination, it's just my stumbling block.


Messages In This Thread
htaccess redirect 301 single url - by El Forum - 03-12-2013, 03:24 PM
htaccess redirect 301 single url - by El Forum - 03-12-2013, 03:53 PM
htaccess redirect 301 single url - by El Forum - 03-12-2013, 05:44 PM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 12:37 AM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 01:13 AM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 01:36 AM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 01:50 AM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 02:45 AM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 03:43 AM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 04:29 AM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 04:40 AM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 04:44 AM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 05:19 AM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 07:01 AM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 08:38 AM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 11:38 AM
htaccess redirect 301 single url - by El Forum - 03-13-2013, 12:01 PM
htaccess redirect 301 single url - by El Forum - 03-14-2013, 12:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB