Skip to content
Snippets Groups Projects
Commit 286f61be authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

updated config/htaccess samples

parent fe3e00fb
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
// MySQL connection info
define('MYSQL_USER', '');
define('MYSQL_PASS', '');
define('MYSQL_DB', 'featuredHuskers');
define('MYSQL_DB', 'unl_social');
define('MYSQL_HOST', 'localhost');
// MySQL tables
......
php_value include_path ".:/usr/lib/php/pear"
php_value include_path ".:/var/www/html/gobigred.unl.edu/lib/php"
RewriteEngine On
RewriteBase /workspace/UNL_Featured/
RewriteBase /featured
# media rewrite
RewriteRule ^husker/([A-Za-z_'-]+)/$ huskers.php?husker=$1 [L]
\ No newline at end of file
RewriteRule ^husker/([A-Za-z_'-]+)/$ huskers.php?husker=$1 [L]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment