convert .htaccess to php.ini
-
In my yahoo wordpress I can’t upload .htaccess, so what is an alternative for this?
Is php.ini could replace .htaccess?
howw to convert .htaccess to php.ini the code below?*********
Mod Rewrite rules cannot be updated!You must have BEGIN and END markers in /blog/.htaccess for the auto update to work. They look like this and surround the main WordPress mod_rewrite rules:
# BEGIN WordPress
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPressWARNING! /blog/ is writable. Please make it readonly after your page is generated as this is a security risk.
******************
thanks
-
-
You are at the wrong place altogther. This is the forums for the wordpress.com free hosting service. You need to head over to http://wordpress.ORG/support/ . That is where the self-hosted blogs are supported.
- The topic ‘convert .htaccess to php.ini’ is closed to new replies.