Click here to Skip to main content
16,018,797 members

Comments by tarhex (Top 57 by date)

tarhex 18-Aug-13 3:36am View    
thanks, bro. I just need a head start, that is how I can achieve this. I can program using php, jquery, Ajax to some extent.
tarhex 26-Jul-13 2:52am View    
thanks, this is what I have tried RewriteCond %
{REQUEST_FILENAME} !-f RewriteCond %
{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /
folder1/folder2/folder3/$1 [L] I want to hide
the subfolders
tarhex 26-Jul-13 2:21am View    
thanks, this is what I have tried

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /folder1/folder2/folder3/$1 [L]

I want to hide the subfolders
tarhex 20-Jul-13 9:37am View    
thanks, please an example will do
tarhex 20-Jul-13 9:18am View    
This I know but how to get it from the URL. e.g www.example. com?name=johndoe, I can use the $_GET['name'] to use the data in PHP but how can get the name from www.example.com/johndoe