chmod 777 on /var/www/GetSimple
Removed lines 42-62 in functions.php to fix blank site issue, but still looping.
<.htaccess @ /var/www/GetSimple/.htaccess>
Options +Indexes
Options +FollowSymlinks
RewriteEngine on
## Uncomment if you are installing GS into a subdirectory
## Replace 'cms' with the folder that GS is installed in
RewriteBase /GetSimple/
## If you uncomment out the above line, comment this one out.
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9-]+)/?$ index.php?id=$1 [L]
</.htaccess>
-Thanks
Removed lines 42-62 in functions.php to fix blank site issue, but still looping.
<.htaccess @ /var/www/GetSimple/.htaccess>
Options +Indexes
Options +FollowSymlinks
RewriteEngine on
## Uncomment if you are installing GS into a subdirectory
## Replace 'cms' with the folder that GS is installed in
RewriteBase /GetSimple/
## If you uncomment out the above line, comment this one out.
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9-]+)/?$ index.php?id=$1 [L]
</.htaccess>
-Thanks