|
|
#1 |
|
In Runtime
|
Hi, can anybody help be to convert this htaccess file to a nginx rewrite.
Thanks Craig Code:
RewriteEngine on
#RewriteBase /v2/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond $1 !^(index\.php|images|img|css|js|robots\.txt)
RewriteRule (.*) index.php/$1 [L]
__________________
Follow me on Twitter: http://twitter.com/wxcg www.weather.gg |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|