Hi Jeff – as requested I found out .htaccess and now it looks as below –
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule /admin/images/(.*) /images/$1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Hope the above is correct. Where to find AllowOverride in order to check AllowOverride All
many thanks for your help mate… Much appreciated…