Hello Esmi,
I have set the permission to 777. But still not resolving the problem.
Can you take my pc on team viewer to see the problem.
Hi esmi,
Its not giving such message what to do in .htaccess file.
Hi ESMI,
Can u pls tell me the syntax of .htaccess file that suit wordpress permalinks structure ?
Pls help
Hi Akgroup,
I did the the same but .htaccess file is not getting created automatically.
Hi,
Still Not working.
This is my .htaccess file.
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
#AllowOverride All
## uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule . index.php [L]