How to access functions.php directly?
-
Thanks for reading my thread π
How can I access functions.php or index.php? They are located in /themes folder. When I try to open them in a browser I get 500 Internal Server Error. I tried to change the .htaccess file to this:# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> Options All -Indexes AddType x-mapp-php5 .php AddHandler x-mapp-php5 .php # END WordPress, but the only difference is that instead of 500 Error i get the content of the .php files. I’m using Apache server.
Any advice?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘How to access functions.php directly?’ is closed to new replies.