Konu
htaccess yardım.
01-11-2010, 12:14:44
#4
Haramiler
wordpress htaccess klasoru bu şekil yalnız
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]