Search found 3 matches
- Wed Mar 11, 2015 11:06 am
- Forum: Debian/Ubuntu
- Topic: MSSQL Extension to use scripts that connect to mssql db
- Replies: 1
- Views: 3870
MSSQL Extension to use scripts that connect to mssql db
Hello, I'd like to know how can i install MS SQL extension in order to use php scripts that connect to mssql server. Mssql database is running on other server machine so i don't really need a database , all i need is php to work with mssql connection. Server OS : Ubuntu 14.04 I've tried installing F...
- Wed Jun 18, 2014 5:16 pm
- Forum: Web Server
- Topic: htaccess doesn't work.
- Replies: 2
- Views: 5061
Re: htaccess doesn't work.
No idea how but htaccess file started working after i renamed it from .htaccess to htaccess and than back to .htaccess
You may close the topic. ;)
You may close the topic. ;)
- Wed Jun 18, 2014 5:07 pm
- Forum: Web Server
- Topic: htaccess doesn't work.
- Replies: 2
- Views: 5061
htaccess doesn't work.
Hello, htaccess seems not to be working , i've tried using htaccess to display error pages and it didnt work , tried to use RewriteEngine on RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC] RewriteRule ^(.*)$ http://%1%{REQUEST_URI} [R=301,QSA,NC,L] and it didn't work either. the .htaccess is located in /w...