Thread Starter
srp66
(@srp66)
Many Thanks Daniel – It worked…
Thread Starter
srp66
(@srp66)
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…
Thread Starter
srp66
(@srp66)
It is Linux mate… I am managing the server…
Thread Starter
srp66
(@srp66)
Thanks Jan.
Will you be able to tell me where under which directory to check mod_rewrite and AllowOverride All. I am a bit new with WordPress.