P
Hi all
i need advice
i was installed wordpress on /home/1pu/
and i was set rewrite rule :
but i got message :
any advice for this ?
thanks
i need advice
i was installed wordpress on /home/1pu/
and i was set rewrite rule :
Code:
RewriteBase /1pu/
RewriteRule ^/index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /1pu/index.php [L]
Code:
Invalid rewrite directive: RewriteBase /1pu/
thanks