kevin1gamer
New Member
- Messages
- 111
- Reaction score
- 0
- Points
- 0
I want to set my upload folder as my root.
DocumentRoot Upload/
DocumentRoot /home/ssfree/public_html/Upload
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www.)?teenhotspot.co.cc$
RewriteCond %{REQUEST_URI} !^/Upload/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /Upload/$1
RewriteCond %{HTTP_HOST} ^(www.)?teenhotspot.co.cc$
RewriteRule ^(/)?$ Upload/index.php [L]