hey i'm new and quote lost
domain
wordpress is installed in main directory
.htaaccess looks like this
Reply
Report Edit
domain
geekincmiami.com
wordpress is installed in main directory
.htaaccess looks like this
Code:
# BEGIN WordPres
<IfModule mod_rewrite.c
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php56” package as the default “PHP” programming language.
<IfModule mime_module>
AddType application/x-httpd-ea-php56 .php .php5 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
Reply
Report Edit
Last edited by a moderator: