keantebonet Posted January 30, 2010 Share Posted January 30, 2010 So I have a php social networking application installed on my server. WebNetwork is the name... I am attempting to install a horizontal spry menu into my site... I was successful with installing it into a sub directory * http://www.mantra3.com/mantralinks/mantrapics.html * But when I attempted to install the same menu into my main directory, my menu doesn't work properly... * See http://www.Mantra3.com * I believe this is a problem caused by the htaccess that helps operate my php application. The menu @ http://www.Mantra3.com should look like the one @ http://www.Mantra3.com/mantralinks/mantrapics.html I need this fixed asap. If someone can please help me recode the htaccess file or figure out something else, I'd greatly appreciate it... Here is the htaccess file content... #Turn off ModSecurity because it blocks our jUpload <IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule> <IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^p/(.*) ./rewrite.php?p=$1&%{QUERY_STRING} RewriteCond %{REQUEST_FILENAME} !-f RewriteCond $1 !smartway RewriteRule ^groups/([a-zA-Z0-9_]+)$ index.php?page=groups_home&action=find_group&group=$1 RewriteCond %{REQUEST_FILENAME} !-f RewriteCond $1 !smartway RewriteRule ^([a-zA-Z0-9_]+)/?$ index.php?page=view_profile&mname=$1 </IfModule> - Ken Link to comment https://forums.phpfreaks.com/topic/190314-i-believe-my-htaccess-file-is-stopping-my-spry-menu-from-working-properly/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.