HI Everybody,
My php pages are strored in www.something.com/httpdocs/vasu folder.
so that we should be enter web home page like this, http://www.somthing.com/vasu but idont want to enter fullpath of webfolder www.something.com/httpdocs/vasu just simply enter like this: http://www.somthing.com.
i have written like this:
ReWritten EngineOn
ReWriteCond %{QUERY_STRING} ^(vasu)
RewriteRule ^\vasu$ http://something.com
what is wrong in my code?
My php pages are strored in www.something.com/httpdocs/vasu folder.
so that we should be enter web home page like this, http://www.somthing.com/vasu but idont want to enter fullpath of webfolder www.something.com/httpdocs/vasu just simply enter like this: http://www.somthing.com.
i have written like this:
ReWritten EngineOn
ReWriteCond %{QUERY_STRING} ^(vasu)
RewriteRule ^\vasu$ http://something.com
what is wrong in my code?
Comment