tahir.nazir Posted June 24, 2009 Share Posted June 24, 2009 this is the url which i see in browserpresta/admin123/index.php?tab=AdminCatalog&id_category=1&conf=4&token=63886dccd9f81787c78cb23ac6c23d64i want my user does not see thisadmin123/index.php?tab=AdminCatalog&id_category=1&conf=4&token=63886dccd9f81787c78cb23ac6c23d64in browser urlcan i hide this?? Link to comment Share on other sites More sharing options...
mirifica Posted July 11, 2009 Share Posted July 11, 2009 in your .htaccess file, you need something like:RewriteEngine OnRewriteCond %{REQUEST_URI} !^/hidethispathRewriteRule ^(.*)$ hidethispath/$1 [L] Link to comment Share on other sites More sharing options...
Recommended Posts