GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Nats css (https://gfy.com/showthread.php?t=1302131)

tobedeleted 08-06-2018 07:47 PM

Nats css
 
Has anyone had a problem with the NATS install and CSS?

I ask because I have been working with one of their installers for the last few days and we had various issues.

The problem now appears to be that the system is installed, but CSS is not displaying the pages correctly. They were telling me that the problem was related to .htaccess not honoring the symlinks and therefore I modifed http.config to allow AllowOverride All for the subdomain directory path.

But it does not appear that .htaccess is the problem, more like CSS is not working.

Anyone have an idea what might be going wrong?

Bladewire 08-06-2018 07:54 PM

Do you allow symlinks and use the -l flag? Are you on HTTPS? Maybe # the line with the -f flag so it doesn't test the symlinks and just accepts it?

Put in your .htaccess:

Code:

RewriteEngine On
# enable symbolic links
Options +FollowSymLinks
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.+) index.php [L]



All times are GMT -7. The time now is 06:06 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123