Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

CI .htaccess
Wednesday, May 23rd, 2012 at 11:06:30pm MDT 

  1. <IfModule mod_rewrite.c>
  2.     AcceptPathInfo On
  3.  
  4.     RewriteEngine On
  5.  
  6.     ### Canonicalize codeigniter URLs
  7.  
  8.     # If your default controller is something other than
  9.     # "welcome" you should probably change this
  10.     # RewriteRule ^(welcome(/index)?|index(\.php)?)/?$ / [L,R=301]
  11.     # RewriteRule ^(.*)/index/?$ $1 [L,R=301]
  12.  
  13.     # Removes trailing slashes (prevents SEO duplicate content issues)
  14.     RewriteCond %{REQUEST_FILENAME} !-d
  15.     RewriteRule ^(.+)/$ $1 [L,R=301]
  16.  
  17.     # Removes access to the system folder by users.
  18.     # Additionally this will allow you to create a System.php controller,
  19.     # previously this would not have been possible.
  20.     # 'system' can be replaced if you have renamed your system folder.
  21.     RewriteCond %{REQUEST_URI} ^system.*
  22.     RewriteRule ^(.*)$ /index.php?/$1 [L]
  23.  
  24.     # Checks to see if the user is attempting to access a valid file,
  25.     # such as an image or css document, if this isn't true it sends the
  26.     # request to index.php
  27.     RewriteCond %{REQUEST_FILENAME} !-f
  28.     RewriteCond %{REQUEST_FILENAME} !-d
  29.     RewriteRule ^(.*)$ index.php?/$1 [L]
  30.  
  31. </IfModule>
  32.  
  33. <IfModule !mod_rewrite.c>
  34.  
  35.     # Without mod_rewrite, route 404's to the front controller
  36.     ErrorDocument 404 /index.php
  37.  
  38. </IfModule>

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

worth-right
fantasy-obligation